Searched refs:AAAlignImpl (Results 1 – 1 of 1) sorted by relevance
5146 struct AAAlignImpl : AAAlign { struct5147 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function5237 struct AAAlignFloating : AAAlignImpl {5238 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating()5306 : AAReturnedFromReturnedValues<AAAlign, AAAlignImpl> {5307 using Base = AAReturnedFromReturnedValues<AAAlign, AAAlignImpl>;5324 : AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl> {5325 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;5354 ChangeStatus Changed = AAAlignImpl::manifest(A); in manifest()5381 : AACallSiteReturnedFromReturned<AAAlign, AAAlignImpl> {[all …]