Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp168 this->setDepthDirty(); in addPred()
213 this->setDepthDirty(); in removePred()
218 void SUnit::setDepthDirty() { in setDepthDirty() function in SUnit
251 setDepthDirty(); in setDepthToAtLeast()
287 Cur->setDepthDirty(); in ComputeDepth()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h442 void setDepthDirty();
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp284 SI.getSUnit()->setDepthDirty(); in apply()