Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h270 class RegAllocSolverImpl {
288 using Graph = PBQP::Graph<RegAllocSolverImpl>;
290 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function
503 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {
505 using BaseT = PBQP::Graph<RegAllocSolverImpl>;
525 RegAllocSolverImpl RegAllocSolver(G); in solve()