Searched refs:checkPref (Results 1 – 2 of 2) sorted by relevance
2329 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument2338 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency()2340 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency()2356 if (!checkPref || (left->SchedulingPref == Sched::ILP || in BUCompareLatency()
2229 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument2238 bool LStall = (!checkPref || left->SchedulingPref == Sched::Latency) && in BUCompareLatency()2240 bool RStall = (!checkPref || right->SchedulingPref == Sched::Latency) && in BUCompareLatency()2262 if (!checkPref || (left->SchedulingPref == Sched::Latency || in BUCompareLatency()