Searched refs:RStall (Results 1 – 3 of 3) sorted by relevance
2465 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local2472 if (!RStall) in BUCompareLatency()2476 } else if (RStall) in BUCompareLatency()2754 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local2755 if (LStall != RStall) in operator ()()
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 ()()