Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h143 void Solve();
468 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() { in Solve() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp381 Solver.Solve(); in runCVP()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2063 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
5076 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { in Solve() function in LSRInstance
5752 Solve(Solution); in LSRInstance()