Searched refs:AAAlignImpl (Results 1 – 1 of 1) sorted by relevance
3778 struct AAAlignImpl : AAAlign { struct3779 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function3877 struct AAAlignFloating : AAAlignImpl {3878 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating()3931 : AAReturnedFromReturnedValues<AAAlign, AAAlignImpl> {3932 using Base = AAReturnedFromReturnedValues<AAAlign, AAAlignImpl>;3949 : AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl> {3950 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;3979 ChangeStatus Changed = AAAlignImpl::manifest(A); in manifest()4006 : AACallSiteReturnedFromReturned<AAAlign, AAAlignImpl> {[all …]