Searched refs:ResDelta (Results 1 – 2 of 2) sorted by relevance
801 SchedResourceDelta ResDelta; member814 ResDelta = Best.ResDelta; in setBest()
2140 ResDelta.CritResources += PI->Cycles; in initResourceDelta()2142 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()2665 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()2668 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()2669 Cand.ResDelta.DemandedResources, in tryCandidate()2716 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()2956 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()2959 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()2960 Cand.ResDelta.DemandedResources, in tryCandidate()