Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1731 bool HighRegPressure(const SUnit *SU) const;
1955 bool RegReductionPQBase::HighRegPressure(const SUnit *SU) const { in HighRegPressure() function in RegReductionPQBase
2558 bool LHigh = SPQ->HighRegPressure(left); in operator ()()
2559 bool RHigh = SPQ->HighRegPressure(right); in operator ()()