Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6976 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
6977 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() function
7072 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7074 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
7201 AAMemoryBehaviorImpl::initialize(A); in initialize()
7220 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
7233 return AAMemoryBehaviorImpl::manifest(A); in manifest()
7248 struct AAMemoryBehaviorCallSite final : AAMemoryBehaviorImpl {
7250 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorCallSite()
7254 AAMemoryBehaviorImpl::initialize(A); in initialize()
[all …]