Searched defs:Solution (Results 1 - 2 of 2) sorted by path

/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
10 // PBQP Solution class.
26 class Solution { class in namespace:PBQP
37 Solution() function in class:PBQP::Solution
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1770 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
1776 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
1802 void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution,
4282 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, argument
4346 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4359 Solution = Workspace;
4367 /// Solution vector.
4368 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const {
4378 SolveRecurse(Solution, SolutionCost, Workspace, CurCost,
4380 if (Solution
4822 ImplementSolution(const SmallVectorImpl<const Formula *> &Solution, Pass *P) argument
4940 SmallVector<const Formula *, 8> Solution; local
[all...]

Completed in 665 milliseconds