Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2223 SchedBoundary &CurrZone, in setPolicy() argument
2242 unsigned RemLatency = CurrZone.getDependentLatency(); in setPolicy()
2244 CurrZone.findMaxLatency(CurrZone.Available.elements())); in setPolicy()
2246 CurrZone.findMaxLatency(CurrZone.Pending.elements())); in setPolicy()
2262 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) { in setPolicy()
2264 DEBUG(dbgs() << " " << CurrZone.Available.getName() in setPolicy()
2266 << CurrZone.getCurrCycle() << "c > CritPath " in setPolicy()
2271 if (CurrZone.getZoneCritResIdx() == OtherCritIdx) in setPolicy()
2275 if (CurrZone.isResourceLimited()) { in setPolicy()
2276 dbgs() << " " << CurrZone.Available.getName() << " ResourceLimited: " in setPolicy()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h844 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,