Searched refs:tryAssign (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp475 Register tryAssign(LiveInterval&, AllocationOrder&,
754 /// tryAssign - Try to assign VirtReg to an available register.
755 Register RAGreedy::tryAssign(LiveInterval &VirtReg, function in class:__anon3553::RAGreedy
2472 if (Register PhysReg = tryAssign(VirtReg, Order, NewVRegs, FixedRegisters))
3023 if (unsigned PhysReg = tryAssign(VirtReg, Order, NewVRegs, FixedRegisters)) {

Completed in 129 milliseconds