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