Home
last modified time | relevance | path

Searched refs:RegAllocSolverImpl (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
DRegAllocSolver.h129 class RegAllocSolverImpl {
148 typedef PBQP::Graph<RegAllocSolverImpl> Graph;
150 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function
347 typedef Graph<RegAllocSolverImpl> Graph;
352 RegAllocSolverImpl RegAllocSolver(G); in solve()