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

/freebsd-10.0-release/contrib/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
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h86 Graph& getGraph() { return g; } function in class:PBQP::HeuristicBase
H A DHeuristicSolver.h125 Graph& getGraph() { return g; } function in class:PBQP::HeuristicSolverImpl
/freebsd-10.0-release/contrib/llvm/tools/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.h119 ExplodedGraph& getGraph() { return *G.get(); } function in class:clang::ento::CoreEngine
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h537 ExplodedGraph &getGraph() { return BR.getGraph(); } function in class:clang::ento::BugReporterContext
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2214 ExplodedGraph &GRBugReporter::getGraph() { return Eng.getGraph(); } function in class:GRBugReporter

Completed in 115 milliseconds