Home
last modified time | relevance | path

Searched refs:CritResources (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h777 unsigned CritResources; member
782 SchedResourceDelta(): CritResources(0), DemandedResources(0) {} in SchedResourceDelta()
785 return CritResources == RHS.CritResources
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2213 ResDelta.CritResources += PI->Cycles; in initResourceDelta()
2757 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
3048 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()