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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp478 unsigned tryEvict(LiveInterval&, AllocationOrder&,
794 Register CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost, FixedRegisters);
1095 /// tryEvict - Try to evict all interferences for a physreg.
1099 unsigned RAGreedy::tryEvict(LiveInterval &VirtReg, function in class:__anon3553::RAGreedy
2798 // we will not use a callee-saved register in tryEvict.
3050 tryEvict(VirtReg, Order, NewVRegs, CostPerUseLimit,

Completed in 87 milliseconds