Lines Matching defs:AAMemoryBehaviorFloating
7904 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl {
7905 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A)
7932 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {
7934 : AAMemoryBehaviorFloating(IRP, A) {}
7962 return AAMemoryBehaviorFloating::manifest(A);
8026 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {
8028 : AAMemoryBehaviorFloating(IRP, A) {}
8160 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) {
8230 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use &U,
8260 void AAMemoryBehaviorFloating::analyzeUseIn(Attributor &A, const Use &U,