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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DSparsePropagation.h143 /// Solve - Solve for constants and executable blocks.
145 void Solve(Function &F);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DSparsePropagation.cpp292 void SparseSolver::Solve(Function &F) { function in class:SparseSolver
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp253 /// Solve - Solve for constants and executable blocks.
255 void Solve();
1176 void SCCPSolver::Solve() { function in class:SCCPSolver
1578 // Solve for constants.
1581 Solver.Solve();
1748 // Solve for constants.
1751 Solver.Solve();
H A DLoopStrengthReduce.cpp1610 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
4105 /// Solve - Choose one formula from each use. Return the results in the given
4107 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { function in class:LSRInstance
4668 Solve(Solution);

Completed in 162 milliseconds