Searched refs:checkPref (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2329 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref,
2338 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) &&
2340 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) &&
2356 if (!checkPref || (left->SchedulingPref == Sched::ILP ||
2466 int result = BUCompareLatency(left, right, false /*checkPref*/, SPQ);
2549 int result = BUCompareLatency(left, right, true /*checkPref*/, SPQ);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2229 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, argument
2238 bool LStall = (!checkPref || left->SchedulingPref == Sched::Latency) &&
2240 bool RStall = (!checkPref || right->SchedulingPref == Sched::Latency) &&
2262 if (!checkPref || (left->SchedulingPref == Sched::Latency ||
2384 int result = BUCompareLatency(left, right, false /*checkPref*/, SPQ);
2474 int result = BUCompareLatency(left, right, true /*checkPref*/, SPQ);

Completed in 93 milliseconds