Searched refs:AAHeapToShared (Results 1 – 1 of 1) sorted by relevance
182 struct AAHeapToShared;3150 struct AAHeapToShared : public StateWrapper<BooleanState, AbstractAttribute> { struct3152 AAHeapToShared(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAHeapToShared() argument3155 static AAHeapToShared &createForPosition(const IRPosition &IRP,3181 struct AAHeapToSharedFunction : public AAHeapToShared {3183 : AAHeapToShared(IRP, A) {} in AAHeapToSharedFunction()4760 auto &HeapToSharedAA = A.getAAFor<AAHeapToShared>( in updateImpl()5182 A.getOrCreateAAFor<AAHeapToShared>(IRPosition::function(F)); in registerAAsForFunction()5211 const char AAHeapToShared::ID = 0;5261 AAHeapToShared &AAHeapToShared::createForPosition(const IRPosition &IRP, in createForPosition()