Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp130 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
159 SU->setDepthToAtLeast(CurCycle); in scheduleNodeTopDown()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h419 void setDepthToAtLeast(unsigned NewDepth);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp506 SU->setDepthToAtLeast(CurCycle); in ScheduleNodeTopDown()
H A DScheduleDAG.cpp243 void SUnit::setDepthToAtLeast(unsigned NewDepth) { in setDepthToAtLeast() function in SUnit