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

References

lib/CodeGen/MachineCSE.cpp
  498   ScopeType *Scope = new ScopeType(VNT);
  523     bool FoundCSE = VNT.count(MI);
  534         FoundCSE = VNT.count(MI);
  543         FoundCSE = VNT.count(NewMI);
  571         unsigned CSVN = VNT.lookup(MI);
  579       VNT.insert(MI, CurrVN++);
  585     unsigned CSVN = VNT.lookup(MI);
  704       VNT.insert(MI, CurrVN++);