Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7913 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
7914 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() argument
7941 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7943 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
7971 return AAMemoryBehaviorFloating::manifest(A); in manifest()
8035 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
8037 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
8169 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
8239 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U, in followUsersOfUseIn()
8269 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U, in analyzeUseIn()