Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h768 unsigned ReduceResIdx; member
771 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} in CandPolicy()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2205 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2212 if (PI->ProcResourceIdx == Policy.ReduceResIdx) in initResourceDelta()
2286 if (CurrZone.isResourceLimited() && !Policy.ReduceResIdx) in setPolicy()
2287 Policy.ReduceResIdx = CurrZone.getZoneCritResIdx(); in setPolicy()
2334 ResIdx = Cand.Policy.ReduceResIdx; in traceCandidate()