Home
last modified time | relevance | path

Searched refs:HighRegPressure (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.cpp1822 bool HighRegPressure(const SUnit *SU) const;
2083 bool RegReductionPQBase::HighRegPressure(const SUnit *SU) const { in HighRegPressure() function in RegReductionPQBase
2676 bool LHigh = SPQ->HighRegPressure(left); in operator ()()
2677 bool RHigh = SPQ->HighRegPressure(right); in operator ()()