Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2499 bool LStall = (!checkPref || left->SchedulingPref == Sched::ILP) && in BUCompareLatency() local
2507 if (LStall) { in BUCompareLatency()
2789 bool LStall = BUHasStall(left, left->getHeight(), SPQ); in operator ()() local
2791 if (LStall != RStall) in operator ()()