Home
last modified time | relevance | path

Searched defs:getGraph (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph-diff.h69 const GraphT &getGraph() { return G; } in getGraph() function
H A Dxray-graph.h164 const GraphT &getGraph() { return G; } in getGraph() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h230 ExplodedGraph &getGraph() { return G; } in getGraph() function
231 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
H A DCoreEngine.h134 ExplodedGraph &getGraph() { return G; } in getGraph() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
H A DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h253 const CFG *getGraph() const { return CFGraph; } in getGraph() function
254 CFG *getGraph() { return CFGraph; } in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h571 ExplodedGraph &getGraph() { return BR.getGraph(); } in getGraph() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2234 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter