Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2501 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local
2508 if (!RStall) in BUCompareLatency()
2512 } else if (RStall) in BUCompareLatency()
2790 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2791 if (LStall != RStall) in operator ()()