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