Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h767 unsigned CritResources; member
772 SchedResourceDelta(): CritResources(0), DemandedResources(0) {} in SchedResourceDelta()
775 return CritResources == RHS.CritResources
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2140 ResDelta.CritResources += PI->Cycles; in initResourceDelta()
2665 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()
2956 if (tryLess(TryCand.ResDelta.CritResources, Cand.ResDelta.CritResources, in tryCandidate()