Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2535 bool RHigh = SPQ->HighRegPressure(right); in operator ()() local
2538 if (LHigh && !RHigh) { in operator ()()
2543 else if (!LHigh && RHigh) { in operator ()()
2548 if (!LHigh && !RHigh) { in operator ()()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2458 bool RHigh = SPQ->HighRegPressure(right); in operator ()() local
2461 if (LHigh && !RHigh) { in operator ()()
2467 else if (!LHigh && RHigh) { in operator ()()
2473 if (!LHigh && !RHigh) { in operator ()()