Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h760 unsigned DemandResIdx; member
762 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} in CandPolicy()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2110 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2119 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()
2195 Policy.DemandResIdx = OtherCritIdx; in setPolicy()
2242 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()