Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h27 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
54 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
96 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
133 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
159 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
/external/llvm-project/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h25 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
52 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
94 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
131 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
157 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h28 static GraphT getGraph(AnalysisT *A) { return A; } in getGraph() function
55 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
97 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction()
134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule()
/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/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/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/llvm-project/clang-tools-extra/clang-move/
DHelperDeclRefGraph.h83 const HelperDeclRefGraph *getGraph() const { return RG.get(); } in getGraph() function
DMove.cpp732 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()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h503 ExplodedGraph &getGraph();
536 ExplodedGraph &getGraph() { return BR.getGraph(); }
/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/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h128 Graph *getGraph() const { return graph; } in getGraph() function
Dnv50_ir_ssa.cpp174 if (nw->getGraph() && !nv->getGraph()) { in build()
/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h80 LinkGraph &getGraph() const { 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-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.h86 LinkGraph &getGraph() const { return *G; } 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

12