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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp267 unsigned tryEvict(LiveInterval&, AllocationOrder&,
470 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost);
621 /// tryEvict - Try to evict all interferences for a physreg.
625 unsigned RAGreedy::tryEvict(LiveInterval &VirtReg, function in class:RAGreedy
1722 if (unsigned PhysReg = tryEvict(VirtReg, Order, NewVRegs))

Completed in 37 milliseconds