Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7837 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
7838 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() argument
7865 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7867 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
7895 return AAMemoryBehaviorFloating::manifest(A); in manifest()
7959 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
7961 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
8093 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
8163 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U, in followUsersOfUseIn()
8193 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U, in analyzeUseIn()