Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h35 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer()
55 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
77 DOTGraphTraitsPrinter(StringRef GraphName, char &ID) in DOTGraphTraitsPrinter()
103 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
129 DOTGraphTraitsModuleViewer(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewer()
155 DOTGraphTraitsModulePrinter(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinter()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h36 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer()
56 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
78 DOTGraphTraitsPrinter(StringRef GraphName, char &ID) in DOTGraphTraitsPrinter()
104 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
130 DOTGraphTraitsModuleViewer(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewer()
156 DOTGraphTraitsModulePrinter(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DDOTGraphTraitsPass.h36 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() local
116 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() local
187 DOTGraphTraitsViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsViewerWrapperPass()
226 DOTGraphTraitsPrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsPrinterWrapperPass()
265 DOTGraphTraitsModuleViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewerWrapperPass()
291 DOTGraphTraitsModulePrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinterWrapperPass()
334 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DDOTGraphTraitsPass.h33 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() local
95 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() local
166 DOTGraphTraitsViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsViewerWrapperPass()
205 DOTGraphTraitsPrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsPrinterWrapperPass()
244 DOTGraphTraitsModuleViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewerWrapperPass()
270 DOTGraphTraitsModulePrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinterWrapperPass()
310 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DDOTGraphTraitsPass.h36 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() local
116 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() local
187 DOTGraphTraitsViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsViewerWrapperPass()
226 DOTGraphTraitsPrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsPrinterWrapperPass()
265 DOTGraphTraitsModuleViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewerWrapperPass()
291 DOTGraphTraitsModulePrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinterWrapperPass()
334 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h33 std::string GraphName = DOTGraphTraits<GraphT *>::getGraphName(&Graph); in viewGraphForFunction() local
95 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in printGraphForFunction() local
166 DOTGraphTraitsViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsViewerWrapperPass()
205 DOTGraphTraitsPrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsPrinterWrapperPass()
244 DOTGraphTraitsModuleViewerWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewerWrapperPass()
270 DOTGraphTraitsModulePrinterWrapperPass(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinterWrapperPass()
310 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in WriteDOTGraphToFile() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_subgraph_utils.cpp119 TEST(SubgraphUtilsTest, GraphName) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h129 std::string GraphName = DTraits.getGraphName(G); in writeHeader() local
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DGraphWriter.h114 std::string GraphName = DTraits.getGraphName(G); in writeHeader() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DRegionPrinter.cpp224 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DRegionPrinter.cpp235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DRegionPrinter.cpp235 std::string GraphName = DOTGraphTraits<RegionInfo *>::getGraphName(RI); in viewRegionInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1414 const std::string GraphName; member in __anon708090a62511::DotCfgDiffDisplayGraph
1552 const std::string GraphName; member in __anon708090a62511::DotCfgDiff
/aosp_15_r20/external/aws-sdk-java-v2/services/neptunegraph/src/main/resources/codegen-resources/
H A Dservice-2.json1720 "GraphName":{ object