HomeSort by relevance Sort by last modified time
    Searched refs:SparseSolver (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 32 class SparseSolver;
84 virtual Constant *GetConstant(LatticeVal LV, Value *Val, SparseSolver &SS) {
103 virtual LatticeVal ComputeInstructionState(Instruction &I, SparseSolver &SS) {
112 /// SparseSolver - This class is a general purpose solver for Sparse Conditional
115 class SparseSolver {
134 SparseSolver(const SparseSolver&) = delete;
135 void operator=(const SparseSolver&) = delete;
137 explicit SparseSolver(AbstractLatticeFunction *Lattice)
139 ~SparseSolver() {
    [all...]
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 44 // SparseSolver Implementation
53 SparseSolver::LatticeVal SparseSolver::getOrInitValueState(Value *V) {
79 void SparseSolver::UpdateState(Instruction &Inst, LatticeVal V) {
91 void SparseSolver::MarkBlockExecutable(BasicBlock *BB) {
99 void SparseSolver::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
121 void SparseSolver::getFeasibleSuccessors(TerminatorInst &TI,
205 bool SparseSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To,
218 void SparseSolver::visitTerminatorInst(TerminatorInst &TI) {
230 void SparseSolver::visitPHINode(PHINode &PN)
    [all...]

Completed in 313 milliseconds