Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2693 bool RHigh = SPQ->HighRegPressure(right); in operator ()() local
2696 if (LHigh && !RHigh) { in operator ()()
2701 else if (!LHigh && RHigh) { in operator ()()
2706 if (!LHigh && !RHigh) { in operator ()()