Home
last modified time | relevance | path

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

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