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/Analysis/DomPrinter.cpp
   42       return DOTGraphTraits<const Function*>
   45       return DOTGraphTraits<const Function*>
lib/Analysis/RegionPrinter.cpp
   49         return DOTGraphTraits<const Function*>
   52         return DOTGraphTraits<const Function*>
lib/Transforms/Scalar/NewGVN.cpp
  900   return DOTGraphTraits<const Function *>::getSimpleNodeLabel(B, nullptr);
tools/polly/lib/Analysis/ScopGraphPrinter.cpp
   71         return DOTGraphTraits<const Function *>::getSimpleNodeLabel(
   74         return DOTGraphTraits<const Function *>::getCompleteNodeLabel(