Home
last modified time | relevance | path

Searched refs:getGraph (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h27 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()
DLazyCallGraph.h320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DDomPrinter.cpp46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
DRegionPrinter.cpp134 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCGenericJITLinkMemoryManager.cpp154 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation()
168 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
/openbsd/src/gnu/llvm/llvm/tools/llvm-xray/
Dxray-graph-diff.h68 const GraphT &getGraph() { return G; } in getGraph() function
Dxray-graph.h162 const GraphT &getGraph() { return G; } in getGraph() function
Dxray-graph-diff.cpp448 Graphs[i] = GraphRenderer.getGraph(); in __anon3501196a0102()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h254 const CFG *getGraph() const { return CFGraph; } in getGraph() function
255 CFG *getGraph() { return CFGraph; } in getGraph() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DCOFFLinkGraphBuilder.h44 LinkGraph &getGraph() const { return *G; } in getGraph() function
DMachOLinkGraphBuilder.h89 LinkGraph &getGraph() const { return *G; } in getGraph() function
DCOFF_x86_64.cpp151 auto *AbsSym = &getGraph().addAbsoluteSymbol( in addSingleRelocation()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h255 LinkGraph &getGraph() { return G; } in getGraph() function
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h264 ExplodedGraph &getGraph() { return G; } in getGraph() function
265 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
DCoreEngine.h144 ExplodedGraph &getGraph() { return G; } in getGraph() function
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h682 const ExplodedGraph &getGraph() const;
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2458 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter
2459 return Eng.getGraph(); in getGraph()
2828 BugPathGetter BugGraph(&Reporter.getGraph(), bugReports); in findValidReport()
DExprEngine.cpp225 Engine(*this, FS, mgr.getAnalyzerOptions()), G(Engine.getGraph()), in ExprEngine()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DThreadSafety.cpp2241 CFG *CFGraph = walker.getGraph(); in runAnalysis()