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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp366 unsigned tryEvict(LiveInterval&, AllocationOrder&,
651 unsigned CheapReg = tryEvict(VirtReg, Order, NewVRegs, Cost);
852 /// tryEvict - Try to evict all interferences for a physreg.
856 unsigned RAGreedy::tryEvict(LiveInterval &VirtReg, function in class:__anon12262::RAGreedy
2251 // we will not use a callee-saved register in tryEvict.
2500 tryEvict(VirtReg, Order, NewVRegs, CostPerUseLimit)) {

Completed in 30 milliseconds