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
30
///
Briggs
.
45
class
Briggs
: public HeuristicBase<
Briggs
> {
50
LinkDegreeComparator(HeuristicSolverImpl<
Briggs
> &s) : s(&s) {}
57
HeuristicSolverImpl<
Briggs
> *s;
62
SpillCostComparator(HeuristicSolverImpl<
Briggs
> &s)
77
HeuristicSolverImpl<
Briggs
> *s
[
all
...]
/external/llvm/lib/CodeGen/
RegAllocPBQP.cpp
48
#include "llvm/CodeGen/PBQP/Heuristics/
Briggs
.h"
681
PBQP::HeuristicSolver<PBQP::Heuristics::
Briggs
>::solve(
Completed in 44 milliseconds