HomeSort by: relevance | last modified time | path
    Searched refs:Solve (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
SparsePropagation.h 142 /// Solve - Solve for constants and executable blocks.
143 void Solve();
468 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CalledValuePropagation.cpp 381 Solver.Solve();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 135 /// conceivably solve, so it should not affect generated code, but catches the
2034 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
5040 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const {
5711 Solve(Solution);

Completed in 23 milliseconds