Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1829 bool HighRegPressure(const SUnit *SU) const;
2093 bool RegReductionPQBase::HighRegPressure(const SUnit *SU) const { in HighRegPressure() function in RegReductionPQBase
2695 bool LHigh = SPQ->HighRegPressure(left); in operator ()()
2696 bool RHigh = SPQ->HighRegPressure(right); in operator ()()