Searched refs:ResourcesCost (Results 1 – 2 of 2) sorted by relevance
48 int ResourcesCost = 0; member58 return (GroupingCost <= 0 && !ResourcesCost); in noCost()65 if (ResourcesCost != 0) in dumpCosts()66 dbgs() << " Resource cost:" << ResourcesCost; in dumpCosts()
210 ResourcesCost = HazardRec.resourcesCost(SU); in Candidate()223 if (ResourcesCost < other.ResourcesCost) in operator <()225 if (ResourcesCost > other.ResourcesCost) in operator <()