Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7072 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct
7073 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() argument
7100 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7102 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()
7133 return AAMemoryBehaviorFloating::manifest(A); in manifest()
7195 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
7197 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()
7317 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()
7380 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U, in followUsersOfUseIn()
7409 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U, in analyzeUseIn()