Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h267 class RegAllocSolverImpl {
285 using Graph = PBQP::Graph<RegAllocSolverImpl>;
287 RegAllocSolverImpl(Graph &G) : G(G) {} in RegAllocSolverImpl() function
500 class PBQPRAGraph : public PBQP::Graph<RegAllocSolverImpl> {
502 using BaseT = PBQP::Graph<RegAllocSolverImpl>;
522 RegAllocSolverImpl RegAllocSolver(G); in solve()