Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6982 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
6983 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() function
7010 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating { argument
7012 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
7043 return AAMemoryBehaviorFloating::manifest(A); in manifest()
7105 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
7107 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
7227 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
7290 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U, in followUsersOfUseIn()
7319 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U, in analyzeUseIn()