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

References

lib/Transforms/IPO/Attributor.cpp
  259     if (Attrs.hasAttribute(AttrIdx, Kind))
  260       if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
  262     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  262     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  267     if (Attrs.hasAttribute(AttrIdx, Kind))
  268       if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
  270     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  270     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  275     if (Attrs.hasAttribute(AttrIdx, Kind))
  276       if (isEqualOrWorse(Attr, Attrs.getAttribute(AttrIdx, Kind)))
  278     Attrs = Attrs.removeAttribute(Ctx, AttrIdx, Kind);
  278     Attrs = Attrs.removeAttribute(Ctx, AttrIdx, Kind);
  279     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);
  279     Attrs = Attrs.addAttribute(Ctx, AttrIdx, Attr);