Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGVLIW.cpp128 SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency()); in releaseSucc()
157 SU->setDepthToAtLeast(CurCycle); in scheduleNodeTopDown()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h415 void setDepthToAtLeast(unsigned NewDepth);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPostRASchedulerList.cpp506 SU->setDepthToAtLeast(CurCycle); in ScheduleNodeTopDown()
DScheduleDAG.cpp247 void SUnit::setDepthToAtLeast(unsigned NewDepth) { in setDepthToAtLeast() function in SUnit