Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2676 bool LHigh = SPQ->HighRegPressure(left); in operator ()() local
2680 if (LHigh && !RHigh) { in operator ()()
2685 else if (!LHigh && RHigh) { in operator ()()
2690 if (!LHigh && !RHigh) { in operator ()()