Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7752 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
7753 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() argument
7848 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
7852 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7854 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
7980 AAMemoryBehaviorImpl::initialize(A); in initialize()
7993 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
7995 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
8036 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl> {
8038 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl>(IRP, A) {} in AAMemoryBehaviorCallSite()