Home
last modified time | relevance | path

Searched refs:canEvictInterference (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp357 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
636 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign()
723 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() function in RAGreedy
904 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost)) in tryEvict()