Lines Matching full:solution
12 // solving this using a PBQP solver, and mapping the solution back to a
56 #include "llvm/CodeGen/PBQP/Solution.h"
172 /// Given a solved PBQP problem maps this solution back to a register
175 const PBQP::Solution &Solution,
717 const PBQP::Solution &Solution,
731 // Iterate over the nodes mapping the PBQP solution to a register
735 unsigned AllocOpt = Solution.getSelection(NId);
821 // * Map the solution back to a register allocation
871 PBQP::Solution Solution = PBQP::RegAlloc::solve(G);
872 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller);