Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:solution

13 // solving this using a PBQP solver, and mapping the solution back to a
141 /// \brief Given a solved PBQP problem maps this solution back to a register
144 const PBQP::Solution &solution);
461 const PBQP::Solution &solution) {
469 // Iterate over the nodes mapping the PBQP solution to a register
473 unsigned alloc = solution.getSelection(NId);
557 // * Map the solution back to a register allocation
597 PBQP::Solution solution =
600 pbqpAllocComplete = mapPBQPToRegAlloc(*problem, solution);