Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7737 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
7738 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() function
7833 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
7837 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7839 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
7965 AAMemoryBehaviorImpl::initialize(A); in initialize()
7978 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
7980 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
8021 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl> {
8023 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl>(IRP, A) {} in AAMemoryBehaviorCallSite()