Home
last modified time | relevance | path

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

/freebsd/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;
230 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
260 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable()
269 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::markEdgeExecutable( in markEdgeExecutable()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp173 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) override { in ComputeInstructionState()
243 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitReturn()
259 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitCallBase()
303 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitSelect()
316 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitLoad()
332 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitStore()
346 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitInst()
373 SparseSolver<CVPLatticeKey, CVPLatticeVal> Solver(&Lattice); in runCVP()