Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2329 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2338 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2229 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2238 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()