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

References

include/llvm/CodeGen/ScheduleDAG.h
  401       return Depth;
lib/CodeGen/ScheduleDAG.cpp
  251   Depth = NewDepth;
  276                                 PredSU->Depth + PredDep.getLatency());
  285       if (MaxPredDepth != Cur->Depth) {
  287         Cur->Depth = MaxPredDepth;