Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6886 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
6887 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() function
6982 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
6984 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
7111 AAMemoryBehaviorImpl::initialize(A); in initialize()
7130 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
7143 return AAMemoryBehaviorImpl::manifest(A); in manifest()
7158 struct AAMemoryBehaviorCallSite final : AAMemoryBehaviorImpl {
7160 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorCallSite()
7164 AAMemoryBehaviorImpl::initialize(A); in initialize()
[all …]