Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5976 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
5977 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() argument
6020 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
6022 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
6056 return AAMemoryBehaviorFloating::manifest(A); in manifest()
6118 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
6120 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
6238 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
6306 void AAMemoryBehaviorFloating::addUsesOf(Attributor &A, const Value &V) { in addUsesOf()
6328 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use *U, in followUsersOfUseIn()
[all …]