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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp189 // Cascade - Eviction loop prevention. See canEvictInterference().
340 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
588 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) {
666 /// canEvictInterference - Return true if all interferences between VirtReg and
675 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, function in class:__anon25792::RAGreedy
755 /// from being assigned to Physreg. This assumes that canEvictInterference
847 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost))

Completed in 101 milliseconds