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

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

Completed in 235 milliseconds