Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineScheduler.cpp2684 static unsigned computeRemLatency(SchedBoundary &CurrZone) { in computeRemLatency() argument
2685 unsigned RemLatency = CurrZone.getDependentLatency(); in computeRemLatency()
2687 CurrZone.findMaxLatency(CurrZone.Available.elements())); in computeRemLatency()
2689 CurrZone.findMaxLatency(CurrZone.Pending.elements())); in computeRemLatency()
2696 SchedBoundary &CurrZone, in shouldReduceLatency() argument
2701 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()
2705 if (CurrZone.getCurrCycle() == 0) in shouldReduceLatency()
2709 RemLatency = computeRemLatency(CurrZone); in shouldReduceLatency()
2711 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()
2717 SchedBoundary &CurrZone, in setPolicy() argument
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineScheduler.h945 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,
953 bool shouldReduceLatency(const CandPolicy &Policy, SchedBoundary &CurrZone,