Home
last modified time | relevance | path

Searched defs:Solution (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp717 const PBQP::Solution &Solution, in mapPBQPToRegAlloc()
869 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4958 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse()
5531 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution()
5710 SmallVector<const Formula *, 8> Solution; in LSRInstance() local