Home
last modified time | relevance | path

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

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