OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Briggs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h
1
//===--
Briggs
.h ---
Briggs
Heuristic for PBQP ------------------*- C++ -*-===//
10
// This class implements the
Briggs
test for "allocability" of nodes in a
29
///
Briggs
.
44
class
Briggs
: public HeuristicBase<
Briggs
> {
49
LinkDegreeComparator(HeuristicSolverImpl<
Briggs
> &s) : s(&s) {}
56
HeuristicSolverImpl<
Briggs
> *s;
61
SpillCostComparator(HeuristicSolverImpl<
Briggs
> &s)
76
HeuristicSolverImpl<
Briggs
> *s
[
all
...]
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
50
#include "llvm/CodeGen/PBQP/Heuristics/
Briggs
.h"
605
PBQP::HeuristicSolver<PBQP::Heuristics::
Briggs
>::solve(
Completed in 3098 milliseconds