Searched defs:AAAlignFloating (Results 1 – 1 of 1) sorted by relevance
5237 struct AAAlignFloating : AAAlignImpl { struct5238 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating() argument5241 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()5301 void trackStatistics() const override { STATS_DECLTRACK_FLOATING_ATTR(align) } in trackStatistics()