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

References

lib/Analysis/GlobalsModRef.cpp
  821   if (GV1 || GV2) {
  824     if (GV1 && !NonAddressTakenGlobals.count(GV1))
  824     if (GV1 && !NonAddressTakenGlobals.count(GV1))
  825       GV1 = nullptr;
  831     if (GV1 && GV2 && GV1 != GV2)
  831     if (GV1 && GV2 && GV1 != GV2)
  838       if ((GV1 || GV2) && GV1 != GV2)
  838       if ((GV1 || GV2) && GV1 != GV2)
  843     if ((GV1 || GV2) && GV1 != GV2) {
  843     if ((GV1 || GV2) && GV1 != GV2) {
  844       const GlobalValue *GV = GV1 ? GV1 : GV2;
  844       const GlobalValue *GV = GV1 ? GV1 : GV2;
  845       const Value *UV = GV1 ? UV2 : UV1;
  857   GV1 = GV2 = nullptr;
  861         GV1 = GV;
  869   if (!GV1)
  870     GV1 = AllocsForIndirectGlobals.lookup(UV1);
  877   if (GV1 && GV2 && GV1 != GV2)
  877   if (GV1 && GV2 && GV1 != GV2)
  884     if ((GV1 || GV2) && GV1 != GV2)
  884     if ((GV1 || GV2) && GV1 != GV2)