Searched refs:GroupingCost (Results 1 – 2 of 2) sorted by relevance
46 int GroupingCost = 0; member59 return (GroupingCost <= 0 && !ResourcesCost); in noCost()64 if (GroupingCost != 0) in dumpCosts()65 dbgs() << " Grouping cost:" << GroupingCost; in dumpCosts()
207 GroupingCost = HazardRec.groupingCost(SU); in Candidate()217 if (GroupingCost < other.GroupingCost) in operator <()219 if (GroupingCost > other.GroupingCost) in operator <()