Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h769 unsigned DemandResIdx; member
771 CandPolicy(): ReduceLatency(false), ReduceResIdx(0), DemandResIdx(0) {} in CandPolicy()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2205 if (!Policy.ReduceResIdx && !Policy.DemandResIdx) in initResourceDelta()
2214 if (PI->ProcResourceIdx == Policy.DemandResIdx) in initResourceDelta()
2290 Policy.DemandResIdx = OtherCritIdx; in setPolicy()
2337 ResIdx = Cand.Policy.DemandResIdx; in traceCandidate()