Lines Matching defs:AAMemoryBehaviorFloating
7852 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7853 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A)
7880 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7882 : AAMemoryBehaviorFloating(IRP, A) {}
7910 return AAMemoryBehaviorFloating::manifest(A);
7974 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
7976 : AAMemoryBehaviorFloating(IRP, A) {}
8108 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) {
8178 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U,
8208 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U,