Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp169 N->setHeightDirty(); in addPred()
214 N->setHeightDirty(); in removePred()
233 void SUnit::setHeightDirty() { in setHeightDirty() function in SUnit
259 setHeightDirty(); in setHeightToAtLeast()
318 Cur->setHeightDirty(); in ComputeHeight()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h446 void setHeightDirty();
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp278 SU.setHeightDirty(); in apply()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp913 SU->setHeightDirty(); in UnscheduleNodeBottomUp()