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

  /external/swiftshader/third_party/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
229 /// \brief Clean up any structures used by HeuristicBase.
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 22 #include "../HeuristicBase.h"
44 /// This implementation is built on top of HeuristicBase.
45 class Briggs : public HeuristicBase<Briggs> {
114 HeuristicBase<Briggs>(solver) {}

Completed in 56 milliseconds