Searched refs:checkPref (Results 1 – 1 of 1) sorted by relevance
2454 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument2463 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency()2465 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency()2481 if (!checkPref || (left->SchedulingPref == Sched::ILP || in BUCompareLatency()