Home
last modified time | relevance | path

Searched refs:SparseSolver (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h36 class SparseSolver; variable
93 SparseSolver<LatticeKey, LatticeVal> &SS) = 0;
113 class SparseSolver {
138 explicit SparseSolver( in SparseSolver() function
141 SparseSolver(const SparseSolver &) = delete;
142 SparseSolver &operator=(const SparseSolver &) = delete;
269 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::markEdgeExecutable( in markEdgeExecutable()
371 bool SparseSolver<LatticeKey, LatticeVal, KeyInfo>::isEdgeFeasible( in isEdgeFeasible()
385 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::visitTerminator( in visitTerminator()
470 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::Solve() { in Solve()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp172 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) override { in ComputeInstructionState()
242 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitReturn()
258 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitCallBase()
302 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitSelect()
315 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitLoad()
331 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitStore()
345 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitInst()
372 SparseSolver<CVPLatticeKey, CVPLatticeVal> Solver(&Lattice); in runCVP()