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