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

References

include/llvm/CodeGen/MachinePipeliner.h
  372       MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
lib/CodeGen/MachinePipeliner.cpp
 1434       dbgs() << "\t   D    = " << getDepth(&SUnits[i]) << "\n";
 1903             if (maxDepth == nullptr || getDepth(I) > getDepth(maxDepth))
 1903             if (maxDepth == nullptr || getDepth(I) > getDepth(maxDepth))
 1905             else if (getDepth(I) == getDepth(maxDepth) &&
 1905             else if (getDepth(I) == getDepth(maxDepth) &&
 1908             else if (getDepth(I) == getDepth(maxDepth) &&
 1908             else if (getDepth(I) == getDepth(maxDepth) &&