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

References

include/llvm/Support/GraphWriter.h
   70   using DOTTraits = DOTGraphTraits<GraphType>;
  122     DOTGraphTraits<GraphType>::addCustomGraphFeatures(G, *this);
lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
  143   return DOTGraphTraits<SelectionDAG*>::getSimpleNodeLabel(Node, G);
  283       O << DOTGraphTraits<SelectionDAG*>