Searched refs:MaxCost (Results 1 – 4 of 4) sorted by relevance
171 EvictionCost MaxCost; in canEvictHintInterference() local172 MaxCost.setBrokenHints(1); in canEvictHintInterference()173 return canEvictInterferenceBasedOnCost(VirtReg, PhysReg, true, MaxCost, in canEvictHintInterference()188 EvictionCost &MaxCost, const SmallVirtRegSet &FixedRegisters) const { in canEvictInterferenceBasedOnCost() argument256 if (!(Cost < MaxCost)) in canEvictInterferenceBasedOnCost()266 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterferenceBasedOnCost()272 MaxCost = Cost; in canEvictInterferenceBasedOnCost()
1174 CostInfo &MaxCost = LoopCost[Iter]; in computeLoopCosts() local1232 MaxCost.PredCost = std::max(MaxCost.PredCost, IPredCost); in computeLoopCosts()1233 MaxCost.NonPredCost = std::max(MaxCost.NonPredCost, INonPredCost); in computeLoopCosts()1237 << " MaxCost = " << MaxCost.PredCost << " " in computeLoopCosts()1238 << MaxCost.NonPredCost << "\n"); in computeLoopCosts()
594 InstructionCost MaxCost = -1; in maximizeConstantsInRange() local624 if (Cost > MaxCost) { in maximizeConstantsInRange()625 MaxCost = Cost; in maximizeConstantsInRange()
2946 InstructionCost MaxCost = in validateAndCostRequiredSelects() local2948 if (OrigCost + ThenCost > MaxCost) in validateAndCostRequiredSelects()