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

References

lib/Transforms/Utils/LoopUtils.cpp
  628       if (!DVI)
  630       auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()});
  630       auto Key = DeadDebugSet.find({DVI->getVariable(), DVI->getExpression()});
  633       DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()});
  633       DeadDebugSet.insert({DVI->getVariable(), DVI->getExpression()});
  634       DeadDebugInst.push_back(DVI);