Searched refs:CurrZone (Results 1 – 2 of 2) sorted by relevance
3005 static unsigned computeRemLatency(SchedBoundary &CurrZone) { in computeRemLatency() argument3006 unsigned RemLatency = CurrZone.getDependentLatency(); in computeRemLatency()3008 CurrZone.findMaxLatency(CurrZone.Available.elements())); in computeRemLatency()3010 CurrZone.findMaxLatency(CurrZone.Pending.elements())); in computeRemLatency()3017 SchedBoundary &CurrZone, in shouldReduceLatency() argument3022 if (CurrZone.getCurrCycle() > Rem.CriticalPath) in shouldReduceLatency()3026 if (CurrZone.getCurrCycle() == 0) in shouldReduceLatency()3030 RemLatency = computeRemLatency(CurrZone); in shouldReduceLatency()3032 return RemLatency + CurrZone.getCurrCycle() > Rem.CriticalPath; in shouldReduceLatency()3038 SchedBoundary &CurrZone, in setPolicy() argument[all …]
1174 void setPolicy(CandPolicy &Policy, bool IsPostRA, SchedBoundary &CurrZone,1182 bool shouldReduceLatency(const CandPolicy &Policy, SchedBoundary &CurrZone,