Searched refs:RegAllocSolverImpl (Results 1 – 1 of 1) sorted by relevance
269 class RegAllocSolverImpl {287 using Graph = PBQP::Graph<RegAllocSolverImpl>;289 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function502 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {504 using BaseT = PBQP::Graph<RegAllocSolverImpl>;524 RegAllocSolverImpl RegAllocSolver(G); in solve()