Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2340 bool RStall = (!checkPref || right->SchedulingPref == Sched::ILP) && in BUCompareLatency() local
2347 if (!RStall) in BUCompareLatency()
2351 } else if (RStall) in BUCompareLatency()
2627 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2628 if (LStall != RStall) in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2240 bool RStall = (!checkPref || right->SchedulingPref == Sched::Latency) && in BUCompareLatency() local
2247 if (!RStall) { in BUCompareLatency()
2255 } else if (RStall) { in BUCompareLatency()
2555 bool RStall = BUHasStall(right, right->getHeight(), SPQ); in operator ()() local
2556 if (LStall != RStall) { in operator ()()