Home
last modified time | relevance | path

Searched defs:getGraph (Results 1 – 6 of 6) sorted by relevance

/external/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h151 ExplodedGraph& getGraph() { return G; } in getGraph() function
152 const ExplodedGraph& getGraph() const { return G; } in getGraph() function
DCoreEngine.h125 ExplodedGraph& getGraph() { return *G.get(); } in getGraph() function
/external/llvm/include/llvm/CodeGen/PBQP/
DHeuristicBase.h86 Graph& getGraph() { return g; } in getGraph() function
DHeuristicSolver.h125 Graph& getGraph() { return g; } in getGraph() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1402 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } in getGraph() function in GRBugReporter