Searched refs:ResDelta (Results 1 – 2 of 2) sorted by relevance
828 SchedResourceDelta ResDelta; member839 ResDelta = SchedResourceDelta(); in reset()851 ResDelta = Best.ResDelta; in setBest()
2311 ResDelta.CritResources += PI->Cycles; in initResourceDelta()2313 ResDelta.DemandedResources += PI->Cycles; in initResourceDelta()2877 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()2880 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()2881 Cand.ResDelta.DemandedResources, in tryCandidate()2928 if (TryCand.ResDelta == SchedResourceDelta()) in pickNodeFromQueue()3189 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()3192 if (tryGreater(TryCand.ResDelta.DemandedResources, in tryCandidate()3193 Cand.ResDelta.DemandedResources, in tryCandidate()