Home
last modified time | relevance | path

Searched refs:RegAllocSolverImpl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h269 class RegAllocSolverImpl {
287 using Graph = PBQP::Graph<RegAllocSolverImpl>;
289 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function
502 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {
504 using BaseT = PBQP::Graph<RegAllocSolverImpl>;
524 RegAllocSolverImpl RegAllocSolver(G); in solve()