HomeSort by relevance Sort by last modified time
    Searched refs:HeuristicSolverImpl (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 57 HeuristicSolverImpl<HImpl> &s;
74 HeuristicBase(HeuristicSolverImpl<HImpl> &solver)
82 HeuristicSolverImpl<HImpl>& getSolver() { return s; }
HeuristicSolver.h 32 /// HeuristicSolverImpl provides the R0, R1 and R2 reduction rules,
37 class HeuristicSolverImpl {
120 HeuristicSolverImpl(Graph &g) : g(g), h(*this) {}
609 HeuristicSolverImpl<HImpl> hs(g);
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 50 LinkDegreeComparator(HeuristicSolverImpl<Briggs> &s) : s(&s) {}
57 HeuristicSolverImpl<Briggs> *s;
62 SpillCostComparator(HeuristicSolverImpl<Briggs> &s)
77 HeuristicSolverImpl<Briggs> *s;
113 Briggs(HeuristicSolverImpl<Briggs> &solver) :
424 typedef HeuristicSolverImpl<Briggs>::SolverEdgeItr SolverEdgeItr;
440 typedef HeuristicSolverImpl<Briggs>::SolverEdgeItr SolverEdgeItr;

Completed in 1420 milliseconds