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

References

lib/Target/ARM/ARMCodeGenPrepare.cpp
  493       NewInsts.insert(NewInst);
  499   for (auto *I : NewInsts)
  519       NewInsts.insert(I);
  584     if (!shouldPromote(I) || SafeToPromote->count(I) || NewInsts.count(I))
  598     NewInsts.insert(Call);
  612     if ((!Promoted.count(V) && !NewInsts.count(V)) || Sources->count(V))
  620       NewInsts.insert(Trunc);
  686     if (NewInsts.count(Src) && isa<TruncInst>(Src) &&
  702   NewInsts.clear();
  728       NewInsts.insert(I);