Home
last modified time | relevance | path

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

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