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

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

Completed in 41 milliseconds