Searched defs:BreaksHint (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp649 /// @param BreaksHint True when B is already assigned to its preferred register.
651 LiveInterval &B, bool BreaksHint) {
656 if (CanSplit && IsHint && !BreaksHint)
729 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); local
731 Cost.BrokenHints += BreaksHint;
739 if (!shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
650 shouldEvict(LiveInterval &A, bool IsHint, LiveInterval &B, bool BreaksHint) argument

Completed in 96 milliseconds