Searched defs:AbstractLatticeFunction (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp26 // AbstractLatticeFunction Implementation
29 AbstractLatticeFunction::~AbstractLatticeFunction() {}
32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) {
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h37 /// AbstractLatticeFunction - This class is implemented by the dataflow instance
44 class AbstractLatticeFunction { class in namespace:llvm
50 AbstractLatticeFunction(LatticeVal undefVal, LatticeVal overdefinedVal, function in class:llvm::AbstractLatticeFunction
56 virtual ~AbstractLatticeFunction();
116 typedef AbstractLatticeFunction::LatticeVal LatticeVal;
120 AbstractLatticeFunction *LatticeFunc;
137 explicit SparseSolver(AbstractLatticeFunction *Lattice)

Completed in 62 milliseconds