Lines Matching refs:SchedulingPref
2352 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) &&2354 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) &&2370 if (!checkPref || (left->SchedulingPref == Sched::ILP ||2371 right->SchedulingPref == Sched::ILP)) {