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

References

include/llvm/Analysis/SparsePropagation.h
   66   virtual bool IsUntrackedValue(LatticeKey Key) { return false; }
   70   virtual LatticeVal ComputeLatticeVal(LatticeKey Key) {
   90                           DenseMap<LatticeKey, LatticeVal> &ChangedValues,
   91                           SparseSolver<LatticeKey, LatticeVal> &SS) = 0;
   97   virtual void PrintLatticeKey(LatticeKey Key, raw_ostream &OS);