Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5386 struct AAAlignArgument final struct
5388 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;
5389 AAAlignArgument(const IRPosition &IRP, Attributor &A) : Base(IRP, A) {} in AAAlignArgument() function
5392 ChangeStatus manifest(Attributor &A) override { in manifest()
5402 void trackStatistics() const override { STATS_DECLTRACK_ARG_ATTR(aligned) } in trackStatistics()