Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h36 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() local
115 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() local
186 DOTGraphTraitsViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsViewerWrapperPass()
225 DOTGraphTraitsPrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsPrinterWrapperPass()
264 DOTGraphTraitsModuleViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewerWrapperPass()
290 DOTGraphTraitsModulePrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinterWrapperPass()
333 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile() local
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp223 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo() local
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1761 const std::string GraphName; member in __anon270b9d5b2a11::DotCfgDiffDisplayGraph
1899 const std::string GraphName; member in __anon270b9d5b2a11::DotCfgDiff