Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3778 struct AAAlignImpl : AAAlign { struct
3779 AAAlignImpl(const IRPosition &IRP, Attributor &A) : AAAlign(IRP, A) {} in AAAlignImpl() function
3877 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 …]