reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/ScheduleDAG.h
  415     void setDepthToAtLeast(unsigned NewDepth);

References

lib/CodeGen/PostRASchedulerList.cpp
  505   SU->setDepthToAtLeast(CurCycle);
lib/CodeGen/SelectionDAG/ScheduleDAGVLIW.cpp
  128   SuccSU->setDepthToAtLeast(SU->getDepth() + D.getLatency());
  157   SU->setDepthToAtLeast(CurCycle);