Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2353 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2362 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2364 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2380 if (!checkPref || (left->SchedulingPref == Sched::ILP || in BUCompareLatency()