Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2696 bool RHigh = SPQ->HighRegPressure(right); in operator ()() local
2699 if (LHigh && !RHigh) { in operator ()()
2704 else if (!LHigh && RHigh) { in operator ()()
2709 if (!LHigh && !RHigh) { in operator ()()