Searched refs:AAHeapToShared (Results 1 – 1 of 1) sorted by relevance
276 struct AAHeapToShared;3374 struct AAHeapToShared : public StateWrapper<BooleanState, AbstractAttribute> { struct3376 AAHeapToShared(const IRPosition &IRP, Attributor &A) : Base(IRP) {} in AAHeapToShared() function3379 static AAHeapToShared &createForPosition(const IRPosition &IRP,3405 struct AAHeapToSharedFunction : public AAHeapToShared {3407 : AAHeapToShared(IRP, A) {} in AAHeapToSharedFunction()5092 auto *HeapToSharedAA = A.getAAFor<AAHeapToShared>( in updateImpl()5561 A.getOrCreateAAFor<AAHeapToShared>(IRPosition::function(F)); in registerAAsForFunction()5601 const char AAHeapToShared::ID = 0;5651 AAHeapToShared &AAHeapToShared::createForPosition(const IRPosition &IRP, in createForPosition()