Searched refs:RegAllocSolverImpl (Results 1 – 1 of 1) sorted by relevance
267 class RegAllocSolverImpl {285 using Graph = PBQP::Graph<RegAllocSolverImpl>;287 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function500 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {502 using BaseT = PBQP::Graph<RegAllocSolverImpl>;522 RegAllocSolverImpl RegAllocSolver(G); in solve()