Searched refs:CurrZone (Results 1 – 2 of 2) sorted by relevance
2684 static unsigned computeRemLatency(SchedBoundary &CurrZone) { in computeRemLatency() argument2685 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() argument2701 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 …]
945 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,953 bool shouldReduceLatency(const CandPolicy &Policy, SchedBoundary &CurrZone,