Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDomPrinter.cpp46 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
78 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
HDRegionPrinter.cpp133 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-graph-diff.h67 const GraphT &getGraph() { return G; } in getGraph() function
HDxray-graph.h162 const GraphT &getGraph() { return G; } in getGraph() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDJITLinkGeneric.h46 LinkGraph &getGraph() { return *G; } in getGraph() function
HDCOFFLinkGraphBuilder.h44 LinkGraph &getGraph() const { return *G; } in getGraph() function
HDMachOLinkGraphBuilder.h90 LinkGraph &getGraph() const { return *G; } in getGraph() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDOTGraphTraitsPass.h30 static GraphT getGraph(Result R) { return &R; } in getGraph() function
178 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
HDLazyCallGraph.h320 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h256 ExplodedGraph &getGraph() { return G; } in getGraph() function
257 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
HDCoreEngine.h145 ExplodedGraph &getGraph() { return G; } in getGraph() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h254 const CFG *getGraph() const { return CFGraph; } in getGraph() function
255 CFG *getGraph() { return CFGraph; } in getGraph() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h255 LinkGraph &getGraph() { return G; } in getGraph() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2476 const ExplodedGraph &PathSensitiveBugReporter::getGraph() const { in getGraph() function in PathSensitiveBugReporter