Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2150 SchedBoundary &CurrZone, in setPolicy() argument
2169 unsigned RemLatency = CurrZone.getDependentLatency(); in setPolicy()
2171 CurrZone.findMaxLatency(CurrZone.Available.elements())); in setPolicy()
2173 CurrZone.findMaxLatency(CurrZone.Pending.elements())); in setPolicy()
2189 if (IsPostRA || (RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath)) { in setPolicy()
2191 DEBUG(dbgs() << " " << CurrZone.Available.getName() in setPolicy()
2193 << CurrZone.getCurrCycle() << "c > CritPath " in setPolicy()
2198 if (CurrZone.getZoneCritResIdx() == OtherCritIdx) in setPolicy()
2202 if (CurrZone.isResourceLimited()) { in setPolicy()
2203 dbgs() << " " << CurrZone.Available.getName() << " ResourceLimited: " in setPolicy()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h834 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,