Searched refs:RegAllocSolverImpl (Results 1 – 1 of 1) sorted by relevance
270 class RegAllocSolverImpl {288 using Graph = PBQP::Graph<RegAllocSolverImpl>;290 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function503 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {505 using BaseT = PBQP::Graph<RegAllocSolverImpl>;525 RegAllocSolverImpl RegAllocSolver(G); in solve()