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

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp129 // Cascade - Eviction loop prevention. See canEvictInterference().
263 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&);
457 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) {
506 /// canEvictInterference - Return true if all interferences between VirtReg and
515 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, function in class:RAGreedy
584 /// from being assigned to Physreg. This assumes that canEvictInterference
658 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost))

Completed in 59 milliseconds