Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp4414 struct AAAlignFloating : AAAlignImpl { struct
4415 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating() argument
4418 ChangeStatus updateImpl(Attributor &A) override { in updateImpl()
4463 void trackStatistics() const override { STATS_DECLTRACK_FLOATING_ATTR(align) } in trackStatistics()