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

  /external/llvm/lib/Analysis/
SparsePropagation.cpp 58 if (LatticeFunc->IsUntrackedValue(V))
59 return LatticeFunc->getUntrackedVal();
61 LV = LatticeFunc->ComputeConstant(C);
63 LV = LatticeFunc->ComputeArgument(A);
66 LV = LatticeFunc->getOverdefinedVal();
69 LV = LatticeFunc->getUndefVal();
72 if (LV == LatticeFunc->getUntrackedVal())
139 if (BCValue == LatticeFunc->getOverdefinedVal() ||
140 BCValue == LatticeFunc->getUntrackedVal()) {
147 if (BCValue == LatticeFunc->getUndefVal()
    [all...]
  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 118 /// LatticeFunc - This is the object that knows the lattice and how to do
120 AbstractLatticeFunction *LatticeFunc;
138 : LatticeFunc(Lattice) {}
140 delete LatticeFunc;
154 return I != ValueState.end() ? I->second : LatticeFunc->getUntrackedVal();

Completed in 46 milliseconds