OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeuristicBase
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h
52
class
HeuristicBase
{
74
HeuristicBase
(HeuristicSolverImpl<HImpl> &solver)
92
///
HeuristicBase
returns true from this method as it's a sensible default,
102
///
HeuristicBase
returns true for any node with degree less than 3. This is
119
/// statistics before calling this implementation.
HeuristicBase
relies on
127
///
HeuristicBase
iterates over all nodes in the problem and adds them to
230
/// \brief Clean up any structures used by
HeuristicBase
.
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
21
#include "../
HeuristicBase
.h"
43
/// This implementation is built on top of
HeuristicBase
.
44
class Briggs : public
HeuristicBase
<Briggs> {
113
HeuristicBase
<Briggs>(solver) {}
Completed in 27 milliseconds