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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h142 /// Solve - Solve for constants and executable blocks.
143 void Solve();
468 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() { function in class:llvm::SparseSolver
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp337 /// Solve - Solve for constants and executable blocks.
338 void Solve();
1366 void SCCPSolver::Solve() { function in class:SCCPSolver
1816 // Solve for constants.
1819 Solver.Solve();
2048 // Solve for constants.
2050 Solver.Solve();
2056 // We run Solve() after we resolved an undef in a function, because
2058 Solver.Solve();
[all...]
H A DLoopStrengthReduce.cpp2031 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
4970 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { function in class:LSRInstance
5587 Solve(Solution);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp385 Solver.Solve();

Completed in 146 milliseconds