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() function501 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {503 using BaseT = PBQP::Graph<RegAllocSolverImpl>;523 RegAllocSolverImpl RegAllocSolver(G); in solve()