Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
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()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDAG.h424 void setDepthDirty();
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp288 SI.getSUnit()->setDepthDirty(); in apply()