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

/freebsd-9.3-release/contrib/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)
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DSparsePropagation.cpp25 // AbstractLatticeFunction Implementation
28 AbstractLatticeFunction::~AbstractLatticeFunction() {}
31 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) {

Completed in 108 milliseconds