Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-move/
DHelperDeclRefGraph.h83 const HelperDeclRefGraph *getGraph() const { return RG.get(); } in getGraph() function
/external/llvm-project/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
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h159 ExplodedGraph& getGraph() { return G; } in getGraph() function
160 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
/external/llvm/lib/Analysis/
DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/external/llvm-project/llvm/lib/Analysis/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomPrinter.cpp101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { in getGraph() function
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { in getGraph() function
DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { in getGraph() function
DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { in getGraph() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h261 ExplodedGraph &getGraph() { return G; } in getGraph() function
262 const ExplodedGraph &getGraph() const { return G; } in getGraph() function
DCoreEngine.h140 ExplodedGraph &getGraph() { return G; } in getGraph() function
/external/llvm-project/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h25 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
DLazyCallGraph.h235 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h27 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
DLazyCallGraph.h332 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h235 const CFG *getGraph() const { return CFGraph; } in getGraph() function
236 CFG *getGraph() { return CFGraph; } in getGraph() function
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h128 Graph *getGraph() const { return graph; } in getGraph() function
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h252 const CFG *getGraph() const { return CFGraph; } in getGraph() function
253 CFG *getGraph() { return CFGraph; } in getGraph() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h80 LinkGraph &getGraph() const { return *G; } in getGraph() function
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h86 LinkGraph &getGraph() const { return *G; } in getGraph() function

12