Lines Matching defs:MaxCost
171 EvictionCost MaxCost;
172 MaxCost.setBrokenHints(1);
173 return canEvictInterferenceBasedOnCost(VirtReg, PhysReg, true, MaxCost,
183 /// @param MaxCost Only look for cheaper candidates and update with new cost
185 /// @returns True when interference can be evicted cheaper than MaxCost.
188 EvictionCost &MaxCost, const SmallVirtRegSet &FixedRegisters) const {
256 if (!(Cost < MaxCost))
263 // If !MaxCost.isMax(), then we're just looking for a cheap register.
266 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&
272 MaxCost = Cost;