Searched refs:AAMemoryBehaviorFloating (Results 1 – 1 of 1) sorted by relevance
5976 struct AAMemoryBehaviorFloating : AAMemoryBehaviorImpl { struct5977 AAMemoryBehaviorFloating(const IRPosition &IRP, Attributor &A) in AAMemoryBehaviorFloating() argument6020 struct AAMemoryBehaviorArgument : AAMemoryBehaviorFloating {6022 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorArgument()6056 return AAMemoryBehaviorFloating::manifest(A); in manifest()6118 struct AAMemoryBehaviorCallSiteReturned final : AAMemoryBehaviorFloating {6120 : AAMemoryBehaviorFloating(IRP, A) {} in AAMemoryBehaviorCallSiteReturned()6238 ChangeStatus AAMemoryBehaviorFloating::updateImpl(Attributor &A) { in updateImpl()6306 void AAMemoryBehaviorFloating::addUsesOf(Attributor &A, const Value &V) { in addUsesOf()6328 bool AAMemoryBehaviorFloating::followUsersOfUseIn(Attributor &A, const Use *U, in followUsersOfUseIn()[all …]