HomeSort by relevance Sort by last modified time
    Searched refs:getGraph (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 28 static GraphT getGraph(AnalysisT *A) { return A; }
55 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
97 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
LazyCallGraph.h 235 LazyCallGraph &getGraph() const { return *G; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 28 static GraphT getGraph(AnalysisT *A) { return A; }
55 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
97 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis);
134 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
160 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>());
LazyCallGraph.h 332 LazyCallGraph &getGraph() const { return *G; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 63 : s(&s), g(&s.getGraph()) {}
185 Graph &g = getGraph();
192 subtractEdgeContributions(eItr, getGraph().getEdgeNode1(eItr));
194 subtractEdgeContributions(eItr, getGraph().getEdgeNode2(eItr));
215 Graph &g = getGraph();
314 Matrix &eCosts = getGraph().getEdgeCosts(eItr);
362 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1;
364 bool nIsNode1 = nItr == getGraph().getEdgeNode1(eItr);
389 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1;
391 bool nIsNode1 = nItr == getGraph().getEdgeNode1(eItr)
    [all...]
  /external/llvm/lib/Analysis/
CallPrinter.cpp 39 static CallGraph *getGraph(CallGraphWrapperPass *P) {
DomPrinter.cpp 85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) {
115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) {
RegionPrinter.cpp 146 static RegionInfo *getGraph(RegionInfoPass *RIP) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CallPrinter.cpp 39 static CallGraph *getGraph(CallGraphWrapperPass *P) {
DomPrinter.cpp 101 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) {
131 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) {
RegionPrinter.cpp 146 static RegionInfo *getGraph(RegionInfoPass *RIP) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
HeuristicBase.h 75 : s(solver), g(s.getGraph()) { }
86 Graph& getGraph() { return g; }
HeuristicSolver.h 125 Graph& getGraph() { return g; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
RegAllocPBQP.h 43 PBQP::Graph& getGraph() { return graph; }
45 const PBQP::Graph& getGraph() const { return graph; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-graph-diff.h 69 const GraphT &getGraph() { return G; }
xray-graph.h 164 const GraphT &getGraph() { return G; }
xray-graph-diff.cpp 462 Graphs[i] = GraphRenderer.getGraph();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 501 /// getGraph - Get the exploded graph created by the analysis engine
503 ExplodedGraph &getGraph();
536 ExplodedGraph &getGraph() { return BR.getGraph(); }
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 129 Graph *getGraph() const { return graph; }
nv50_ir_ssa.cpp 174 if (nw->getGraph() && !nv->getGraph()) {
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 235 const CFG *getGraph() const { return CFGraph; }
236 CFG *getGraph() { return CFGraph; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocPBQP.cpp 203 PBQP::Graph &g = p->getGraph();
344 PBQP::Graph &g = p->getGraph();
522 const PBQP::Graph &g = problem.getGraph();
682 problem->getGraph());
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 159 ExplodedGraph& getGraph() { return G; }
160 const ExplodedGraph& getGraph() const { return G; }
CoreEngine.h 120 /// getGraph - Returns the exploded graph.
121 ExplodedGraph &getGraph() { return G; }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 614 milliseconds

1 2