Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h1083 unsigned ReduceResIdx = 0; member
1090 ReduceResIdx == RHS.ReduceResIdx &&
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2934 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2941 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()
3043 if (CurrZone.isResourceLimited() && !Policy.ReduceResIdx) in setPolicy()
3044 Policy.ReduceResIdx = CurrZone.getZoneCritResIdx(); in setPolicy()
3092 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()