Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MaxCost

636       EvictionCost MaxCost;
637 MaxCost.setBrokenHints(1);
638 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) {
722 /// @param MaxCost Only look for cheaper candidates and update with new cost
724 /// @returns True when interference can be evicted cheaper than MaxCost.
726 bool IsHint, EvictionCost &MaxCost) {
784 if (!(Cost < MaxCost))
791 // If !MaxCost.isMax(), then we're just looking for a cheap register.
794 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&
800 MaxCost = Cost;