Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDScheduleDAGRRList.cpp2362 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local
2369 if (!RStall) in BUCompareLatency()
2373 } else if (RStall) in BUCompareLatency()
2649 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2650 if (LStall != RStall) in operator ()()