Home
last modified time | relevance | path

Searched defs:AAAlignFloating (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5308 struct AAAlignFloating : AAAlignImpl { struct
5309 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating() function
5312 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
5372 void trackStatistics() const override { STATS_DECLTRACK_FLOATING_ATTR(align) } in trackStatistics()