Searched refs:RStall (Results 1 – 2 of 2) sorted by relevance
2340 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local2347 if (!RStall) in BUCompareLatency()2351 } else if (RStall) in BUCompareLatency()2627 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local2628 if (LStall != RStall) in operator ()()
2240 bool RStall = (!checkPref || right->SchedulingPref == Sched::Latency) && in BUCompareLatency() local2247 if (!RStall) { in BUCompareLatency()2255 } else if (RStall) { in BUCompareLatency()2555 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local2556 if (LStall != RStall) { in operator ()()