Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5880 struct AAMemoryBehaviorImpl : public AAMemoryBehavior { struct
5881 AAMemoryBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorImpl() argument
5972 const Attribute::AttrKind AAMemoryBehaviorImpl::AttrKinds[] = {
5976 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
5978 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFloating()
5982 AAMemoryBehaviorImpl::initialize(A); in initialize()
6124 AAMemoryBehaviorImpl::initialize(A); in initialize()
6141 struct AAMemoryBehaviorFunction final : public AAMemoryBehaviorImpl {
6143 : AAMemoryBehaviorImpl(IRP, A) {} in AAMemoryBehaviorFunction()
6156 return AAMemoryBehaviorImpl::manifest(A); in manifest()
[all …]