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

References

lib/Transforms/Scalar/SCCP.cpp
  294       LatticeVal &IV = TrackedGlobals[GV];
  383     return TrackedGlobals;
 1134   if (TrackedGlobals.empty() || !isa<GlobalVariable>(SI.getOperand(1)))
 1138   DenseMap<GlobalVariable*, LatticeVal>::iterator I = TrackedGlobals.find(GV);
 1139   if (I == TrackedGlobals.end() || I->second.isOverdefined()) return;
 1144     TrackedGlobals.erase(I);      // No need to keep tracking this!
 1175     if (!TrackedGlobals.empty()) {
 1178         TrackedGlobals.find(GV);
 1179       if (It != TrackedGlobals.end()) {