OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
49
LinkDegreeComparator(
HeuristicSolverImpl
<Briggs> &s) : s(&s) {}
56
HeuristicSolverImpl
<Briggs> *s;
61
SpillCostComparator(
HeuristicSolverImpl
<Briggs> &s)
76
HeuristicSolverImpl
<Briggs> *s;
112
Briggs(
HeuristicSolverImpl
<Briggs> &solver) :
429
typedef
HeuristicSolverImpl
<Briggs>::SolverEdgeItr SolverEdgeItr;
445
typedef
HeuristicSolverImpl
<Briggs>::SolverEdgeItr SolverEdgeItr;
Completed in 3256 milliseconds