Home
last modified time | relevance | path

Searched refs:Solve (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h145 void Solve();
470 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() { in Solve() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp383 Solver.Solve(); in runCVP()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2272 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
5505 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { in Solve() function in LSRInstance
6244 Solve(Solution); in LSRInstance()