reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/SparsePropagation.h
  115   AbstractLatticeFunction<LatticeKey, LatticeVal> *LatticeFunc;
  118   DenseMap<LatticeKey, LatticeVal> ValueState;
  137       AbstractLatticeFunction<LatticeKey, LatticeVal> *Lattice)
  150   LatticeVal getExistingValueState(LatticeKey Key) const {
  158   LatticeVal getValueState(LatticeKey Key);
  183   void UpdateState(LatticeKey Key, LatticeVal LV);