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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicSolver.h32 /// HeuristicSolverImpl provides the R0, R1 and R2 reduction rules,
37 class HeuristicSolverImpl { class in namespace:PBQP
120 HeuristicSolverImpl(Graph &g) : g(g), h(*this) {} function in class:PBQP::HeuristicSolverImpl
609 HeuristicSolverImpl<HImpl> hs(g);

Completed in 68 milliseconds