Searched refs:canEvictInterference (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 357 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()
|