Searched defs:getGraph (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h44 PBQP::Graph& getGraph() { return graph; } function in class:llvm::PBQPRAProblem
46 const PBQP::Graph& getGraph() const { return graph; } function in class:llvm::PBQPRAProblem
/external/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h129 Graph *getGraph() const { return graph; } function in class:nv50_ir::Graph::Node
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h160 ExplodedGraph& getGraph() { return G; } function in class:clang::ento::ExprEngine
161 const ExplodedGraph& getGraph() const { return G; } function in class:clang::ento::ExprEngine
H A DCoreEngine.h118 /// getGraph - Returns the exploded graph.
119 ExplodedGraph& getGraph() { return *G.get(); } function in class:clang::ento::CoreEngine
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h129 Graph *getGraph() const { return graph; } function in class:nv50_ir::Graph::Node
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h505 /// getGraph - Get the exploded graph created by the analysis engine
507 ExplodedGraph &getGraph();
541 ExplodedGraph &getGraph() { return BR.getGraph(); } function in class:clang::ento::BugReporterContext
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2717 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } function in class:GRBugReporter
3073 TrimmedGraph TrimG(&getGraph(), errorNodes);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 183 milliseconds