Searched refs:SolveRecurse (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1770 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
4281 /// SolveRecurse - This is the recursive solver.
4282 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, function in class:LSRInstance
4346 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4377 // SolveRecurse does all the work.
4378 SolveRecurse(Solution, SolutionCost, Workspace, CurCost,

Completed in 705 milliseconds