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

References

include/llvm/Support/GraphWriter.h
  287     if (DestNodePort > 64) DestNodePort = 64;  // Targeting the truncated part?
  287     if (DestNodePort > 64) DestNodePort = 64;  // Targeting the truncated part?
  293     if (DestNodePort >= 0 && DTraits.hasEdgeDestLabels())
  294       O << ":d" << DestNodePort;