| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | DOTGraphTraitsPass.h | 27 static GraphT getGraph(Result R) { return &R; } in getGraph() function 64 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() 130 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() 158 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function 185 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() 224 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() 248 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() 274 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
|
| H A D | LazyCallGraph.h | 320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DomPrinter.cpp | 46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function 78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
|
| H A D | RegionPrinter.cpp | 134 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericJITLinkMemoryManager.cpp | 155 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation() 169 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | HelperDeclRefGraph.h | 83 const HelperDeclRefGraph *getGraph() const { return RG.get(); } in getGraph() function
|
| H A D | Move.cpp | 732 auto UsedDecls = getUsedDecls(RGBuilder.getGraph(), UnremovedDecls); in removeDeclsInOldFiles() 810 auto UsedDecls = getUsedDecls(RGBuilder.getGraph(), RemovedDecls); in moveDeclsToNewFiles() 931 LLVM_DEBUG(RGBuilder.getGraph()->dump()); in onEndOfTranslationUnit()
|
| /llvm-project-15.0.7/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.h | 68 const GraphT &getGraph() { return G; } in getGraph() function
|
| H A D | xray-graph.h | 162 const GraphT &getGraph() { return G; } in getGraph() function
|
| H A D | xray-graph-diff.cpp | 448 Graphs[i] = GraphRenderer.getGraph(); in __anon56ae4c9e0102()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyCommon.h | 253 const CFG *getGraph() const { return CFGraph; } in getGraph() function 254 CFG *getGraph() { return CFGraph; } in getGraph() function
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFFLinkGraphBuilder.h | 43 LinkGraph &getGraph() const { return *G; } in getGraph() function
|
| H A D | MachOLinkGraphBuilder.h | 88 LinkGraph &getGraph() const { return *G; } in getGraph() function
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopGraphPrinter.cpp | 138 static ScopDetection *getGraph(ScopDetectionWrapperPass *Analysis) { in getGraph() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.h | 255 LinkGraph &getGraph() { return G; } in getGraph() function
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 263 ExplodedGraph &getGraph() { return G; } in getGraph() function 264 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
|
| H A D | CoreEngine.h | 144 ExplodedGraph &getGraph() { return G; } in getGraph() function
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 682 const ExplodedGraph &getGraph() const;
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 2458 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter 2459 return Eng.getGraph(); in getGraph() 2828 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
|
| H A D | ExprEngine.cpp | 218 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2242 CFG *CFGraph = walker.getGraph(); in runAnalysis()
|