Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7785 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
7786 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() function
7813 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7815 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
7846 return AAMemoryBehaviorFloating::manifest(A); in manifest()
7908 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
7910 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
8070 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
8133 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U, in followUsersOfUseIn()
8162 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U, in analyzeUseIn()