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

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 37 /// AbstractLatticeFunction - This class is implemented by the dataflow instance
44 class AbstractLatticeFunction {
52 AbstractLatticeFunction(LatticeVal undefVal, LatticeVal overdefinedVal,
58 virtual ~AbstractLatticeFunction();
113 typedef AbstractLatticeFunction::LatticeVal LatticeVal;
117 AbstractLatticeFunction *LatticeFunc;
135 explicit SparseSolver(AbstractLatticeFunction *Lattice)
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 26 // AbstractLatticeFunction Implementation
29 AbstractLatticeFunction::~AbstractLatticeFunction() {}
32 void AbstractLatticeFunction::PrintValue(LatticeVal V, raw_ostream &OS) {

Completed in 72 milliseconds