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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1604 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
4024 /// SolveRecurse - This is the recursive solver.
4025 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, function in class:LSRInstance
4085 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4116 // SolveRecurse does all the work.
4117 SolveRecurse(Solution, SolutionCost, Workspace, CurCost,

Completed in 26 milliseconds