Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1105 unsigned ReduceResIdx = 0; member
1112 ReduceResIdx == RHS.ReduceResIdx &&
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp3270 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
3277 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()
3379 if (CurrZone.isResourceLimited() && !Policy.ReduceResIdx) in setPolicy()
3380 Policy.ReduceResIdx = CurrZone.getZoneCritResIdx(); in setPolicy()
3430 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()