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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
H A DBriggs.h63 : 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()
[all...]
/external/llvm/lib/Analysis/
H A DCallPrinter.cpp39 static CallGraph *getGraph(CallGraphWrapperPass *P) { function in struct:llvm::AnalysisCallGraphWrapperPassTraits
H A DDomPrinter.cpp85 static DominatorTree *getGraph(DominatorTreeWrapperPass *DTWP) { function in struct:__anon13826::DominatorTreeWrapperPassAnalysisGraphTraits
115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) { function in struct:__anon13826::PostDominatorTreeWrapperPassAnalysisGraphTraits
H A DRegionPrinter.cpp146 static RegionInfo *getGraph(RegionInfoPass *RIP) { function in struct:__anon13845::RegionInfoPassGraphTraits
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h75 : s(solver), g(s.getGraph()) { }
86 Graph& getGraph() { return g; } function in class:PBQP::HeuristicBase
H A DHeuristicSolver.h125 Graph& getGraph() { return g; } function in class:PBQP::HeuristicSolverImpl
/external/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h28 static GraphT getGraph(AnalysisT *A) { return A; } function in struct:llvm::DefaultAnalysisGraphTraits
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>());
H A DLazyCallGraph.h235 LazyCallGraph &getGraph() const { return *G; } function in class:llvm::LazyCallGraph::Edge::Node
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRegAllocPBQP.h43 PBQP::Graph& getGraph() { return graph; } function in class:llvm::PBQPRAProblem
45 const PBQP::Graph& getGraph() const { return graph; } function in class:llvm::PBQPRAProblem
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h501 /// getGraph - Get the exploded graph created by the analysis engine
503 ExplodedGraph &getGraph();
536 ExplodedGraph &getGraph() { return BR.getGraph(); } function in class:clang::ento::BugReporterContext
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h129 Graph *getGraph() const { return graph; } function in class:nv50_ir::Graph::Node
H A Dnv50_ir_ssa.cpp174 if (nw->getGraph() && !nv->getGraph()) {
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h235 const CFG *getGraph() const { return CFGraph; } function in class:clang::threadSafety::CFGWalker
236 CFG *getGraph() { return CFGraph; } function in class:clang::threadSafety::CFGWalker
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocPBQP.cpp203 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/
H A DExprEngine.h159 ExplodedGraph& getGraph() { return G; } function in class:clang::ento::ExprEngine
160 const ExplodedGraph& getGraph() const { return G; } function in class:clang::ento::ExprEngine
H A DCoreEngine.h120 /// getGraph - Returns the exploded graph.
121 ExplodedGraph &getGraph() { return G; } function in class:clang::ento::CoreEngine
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2737 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } function in class:GRBugReporter
3089 TrimmedGraph TrimG(&getGraph(), errorNodes);
H A DExprEngine.cpp78 G(Engine.getGraph()),
/external/clang/lib/Analysis/
H A DThreadSafety.cpp2098 CFG *CFGraph = walker.getGraph();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 483 milliseconds

12