Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DScheduleDAG.cpp169 this->setDepthDirty(); in addPred()
212 this->setDepthDirty(); in removePred()
217 void SUnit::setDepthDirty() { in setDepthDirty() function in SUnit
250 setDepthDirty(); in setDepthToAtLeast()
286 Cur->setDepthDirty(); in ComputeDepth()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h424 void setDepthDirty();
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp300 SI.getSUnit()->setDepthDirty(); in apply()