Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2490 static int BUCompareLatency(SUnit *left, SUnit *right, bool checkPref, in BUCompareLatency() argument
2499 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2501 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency()
2517 if (!checkPref || (left->SchedulingPref == Sched::ILP || in BUCompareLatency()