Searched refs:MaxCost (Results 1 – 3 of 3) sorted by relevance
241 unsigned MaxCost = ShufTab[0].Cost; in main() local244 if (ShufTab[i].Cost > MaxCost) in main()245 MaxCost = ShufTab[i].Cost; in main()300 if (ShufTab[LHS].Cost + 1 >= MaxCost) in main()328 if (ShufTab[RHS].Cost + 1 >= MaxCost) in main()
634 EvictionCost MaxCost; in tryAssign() local635 MaxCost.setBrokenHints(1); in tryAssign()636 if (canEvictInterference(VirtReg, Hint, true, MaxCost)) { in tryAssign()724 bool IsHint, EvictionCost &MaxCost) { in canEvictInterference() argument782 if (!(Cost < MaxCost)) in canEvictInterference()792 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) && in canEvictInterference()798 MaxCost = Cost; in canEvictInterference()
1601 unsigned MaxCost = 2 * PHINodeFoldingThreshold * in SpeculativelyExecuteBB() local1603 if (OrigCost + ThenCost > MaxCost) in SpeculativelyExecuteBB()