Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DSparsePropagation.h32 class SparseSolver; variable
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState()
115 class SparseSolver {
134 SparseSolver(const SparseSolver&); // DO NOT IMPLEMENT
135 void operator=(const SparseSolver&); // DO NOT IMPLEMENT
137 explicit SparseSolver(AbstractLatticeFunction *Lattice) in SparseSolver() function
139 ~SparseSolver() { in ~SparseSolver()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h33 class SparseSolver; variable
83 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) { in GetConstant()
102 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) { in ComputeInstructionState()
113 class SparseSolver {
132 SparseSolver(const SparseSolver&) = delete;
133 void operator=(const SparseSolver&) = delete;
136 explicit SparseSolver(AbstractLatticeFunction *Lattice) in SparseSolver() function
138 ~SparseSolver() { delete LatticeFunc; } in ~SparseSolver()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DSparsePropagation.h35 class SparseSolver; variable
92 SparseSolver<LatticeKey, LatticeVal> &SS) = 0;
112 class SparseSolver {
137 explicit SparseSolver( in SparseSolver() function
140 SparseSolver(const SparseSolver &) = delete;
141 SparseSolver &operator=(const SparseSolver &) = delete;
229 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable()
268 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::markEdgeExecutable( in markEdgeExecutable()
[all …]
/external/llvm/lib/Analysis/
DSparsePropagation.cpp53 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) { in getOrInitValueState()
79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { in UpdateState()
91 void SparseSolver::MarkBlockExecutable(BasicBlock *BB) { in MarkBlockExecutable()
99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
121 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors()
205 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To, in isEdgeFeasible()
218 void SparseSolver::visitTerminatorInst(TerminatorInst &TI) { in visitTerminatorInst()
230 void SparseSolver::visitPHINode(PHINode &PN) { in visitPHINode()
277 void SparseSolver::visitInst(Instruction &I) { in visitInst()
293 void SparseSolver::Solve(Function &F) { in Solve()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DSparsePropagation.cpp52 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) { in getOrInitValueState()
78 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) { in UpdateState()
90 void SparseSolver::MarkBlockExecutable(BasicBlock *BB) { in MarkBlockExecutable()
98 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) { in markEdgeExecutable()
120 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI, in getFeasibleSuccessors()
204 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To, in isEdgeFeasible()
217 void SparseSolver::visitTerminatorInst(TerminatorInst &TI) { in visitTerminatorInst()
229 void SparseSolver::visitPHINode(PHINode &PN) { in visitPHINode()
276 void SparseSolver::visitInst(Instruction &I) { in visitInst()
292 void SparseSolver::Solve(Function &F) { in Solve()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp172 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) override { in ComputeInstructionState()
243 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitReturn()
259 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitCallSite()
304 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitSelect()
317 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitLoad()
333 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitStore()
347 SparseSolver<CVPLatticeKey, CVPLatticeVal> &SS) { in visitInst()
371 SparseSolver<CVPLatticeKey, CVPLatticeVal> Solver(&Lattice); in runCVP()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DSparsePropagation.cpp144 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) override { in ComputeInstructionState()
164 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitCallSite()
189 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitReturn()
205 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitStore()
219 SparseSolver<TestLatticeKey, TestLatticeVal> &SS) { in visitInst()
233 SparseSolver<TestLatticeKey, TestLatticeVal> Solver;