Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h328 class RegAllocSolverImpl {
345 typedef PBQP::Graph<RegAllocSolverImpl> Graph;
347 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function
564 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {
566 typedef PBQP::Graph<RegAllocSolverImpl> BaseT;
585 RegAllocSolverImpl RegAllocSolver(G); in solve()