Home
last modified time | relevance | path

Searched refs:AAAlignImpl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4439 struct AAAlignImpl : AAAlign { struct
4440 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() argument
4530 struct AAAlignFloating : AAAlignImpl {
4531 AAAlignFloating(const IRPosition &IRP, Attributor &A) : AAAlignImpl(IRP, A) {} in AAAlignFloating()
4599 : AAReturnedFromReturnedValues<AAAlign, AAAlignImpl> {
4600 using Base = AAReturnedFromReturnedValues<AAAlign, AAAlignImpl>;
4617 : AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl> {
4618 using Base = AAArgumentFromCallSiteArguments<AAAlign, AAAlignImpl>;
4647 ChangeStatus Changed = AAAlignImpl::manifest(A); in manifest()
4674 : AACallSiteReturnedFromReturned<AAAlign, AAAlignImpl> {
[all …]