Home
last modified time | relevance | path

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

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