Searched refs:RegAllocSolverImpl (Results 1 – 1 of 1) sorted by relevance
328 class RegAllocSolverImpl {345 typedef PBQP::Graph<RegAllocSolverImpl> Graph;347 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function564 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {566 typedef PBQP::Graph<RegAllocSolverImpl> BaseT;585 RegAllocSolverImpl RegAllocSolver(G); in solve()