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.cpp7852 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
7853 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() argument
7880 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7882 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
7910 return AAMemoryBehaviorFloating::manifest(A); in manifest()
7974 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
7976 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
8108 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
8178 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U, in followUsersOfUseIn()
8208 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U, in analyzeUseIn()