Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7813 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
7814 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() argument
7909 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
7913 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7915 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
8041 AAMemoryBehaviorImpl::initialize(A); in initialize()
8054 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
8056 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
8097 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl> {
8099 : AACalleeToCallSite<AAMemoryBehavior, AAMemoryBehaviorImpl>(IRP, A) {} in AAMemoryBehaviorCallSite()