Searched refs:solver (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DHeuristicBase.h20 /// solver behaviour implemented for a number of methods.
37 /// the solver which is using this heuristic.
72 /// \brief Construct an instance with a reference to the given solver.
73 /// @param solver The solver which is using this heuristic instance.
74 HeuristicBase(HeuristicSolverImpl<HImpl> &solver) argument
75 : s(solver), g(s.getGraph()) { }
77 /// \brief Get the solver which is using this heuristic instance.
78 /// @return The solver which is using this heuristic instance.
80 /// You can use this method to get access to the solver i
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/PBQP/Heuristics/
H A DBriggs.h39 /// solver stack. If no nodes can be proven allocable then the node with
40 /// the lowest estimated spill cost is selected and push to the solver stack
111 /// @param solver A reference to the solver which is using this heuristic.
112 Briggs(HeuristicSolverImpl<Briggs> &solver) : argument
113 HeuristicBase<Briggs>(solver) {}

Completed in 50 milliseconds