Home
last modified time | relevance | path

Searched defs:GraphName (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h33 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer()
53 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
75 DOTGraphTraitsPrinter(StringRef GraphName, char &ID) in DOTGraphTraitsPrinter()
101 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
127 DOTGraphTraitsModuleViewer(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewer()
153 DOTGraphTraitsModulePrinter(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPrinter.cpp235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo() local