Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7689 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
7690 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() argument
7781 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
7785 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7787 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
7914 AAMemoryBehaviorImpl::initialize(A); in initialize()
7931 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
7933 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
7976 struct AAMemoryBehaviorCallSite final : AAMemoryBehaviorImpl {
7978 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorCallSite()
[all …]