Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
DBriggs.h63 : s(&s), g(&s.getGraph()) {} in SpillCostComparator()
185 Graph &g = getGraph(); in preUpdateEdgeCosts()
192 subtractEdgeContributions(eItr, getGraph().getEdgeNode1(eItr)); in preUpdateEdgeCosts()
194 subtractEdgeContributions(eItr, getGraph().getEdgeNode2(eItr)); in preUpdateEdgeCosts()
215 Graph &g = getGraph(); in handleAddEdge()
314 Matrix &eCosts = getGraph().getEdgeCosts(eItr); in computeEdgeContributions()
362 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1; in addEdgeContributions()
364 bool nIsNode1 = nItr == getGraph().getEdgeNode1(eItr); in addEdgeContributions()
389 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1; in subtractEdgeContributions()
391 bool nIsNode1 = nItr == getGraph().getEdgeNode1(eItr); in subtractEdgeContributions()
[all …]
/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()
DLazyCallGraph.h235 LazyCallGraph &getGraph() const { return *G; } in getGraph() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
DHeuristicBase.h75 : s(solver), g(s.getGraph()) { } in HeuristicBase()
86 Graph& getGraph() { return g; } in getGraph() function
DHeuristicSolver.h125 Graph& getGraph() { return g; } in getGraph() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h43 PBQP::Graph& getGraph() { return graph; } in getGraph() function
45 const PBQP::Graph& getGraph() const { return graph; } 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/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h503 ExplodedGraph &getGraph();
536 ExplodedGraph &getGraph() { return BR.getGraph(); }
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp203 PBQP::Graph &g = p->getGraph(); in build()
344 PBQP::Graph &g = p->getGraph(); in build()
522 const PBQP::Graph &g = problem.getGraph(); in mapPBQPToRegAlloc()
682 problem->getGraph()); in runOnMachineFunction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h129 Graph *getGraph() const { return graph; } in getGraph() function
Dnv50_ir_ssa.cpp173 if (nw->getGraph() && !nv->getGraph()) { in build()
/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/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
DCoreEngine.h121 ExplodedGraph &getGraph() { return G; } in getGraph() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2737 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter
3089 TrimmedGraph TrimG(&getGraph(), errorNodes); in generatePathDiagnostic()
DExprEngine.cpp78 G(Engine.getGraph()), in ExprEngine()
/external/clang/lib/Analysis/
DThreadSafety.cpp2098 CFG *CFGraph = walker.getGraph(); in runAnalysis()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...

12