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

  /external/llvm/include/llvm/Analysis/
SparsePropagation.h 49 LatticeVal UndefVal, OverdefinedVal, UntrackedVal;
52 AbstractLatticeFunction(LatticeVal undefVal, LatticeVal overdefinedVal,
55 OverdefinedVal = overdefinedVal;
61 LatticeVal getOverdefinedVal() const { return OverdefinedVal; }
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 35 else if (V == OverdefinedVal)

Completed in 47 milliseconds