Searched refs:AAIsDeadValueImpl (Results 1 – 1 of 1) sorted by relevance
2795 struct AAIsDeadValueImpl : public AAIsDead { struct2796 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadValueImpl() function2863 struct AAIsDeadFloating : public AAIsDeadValueImpl {2865 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadFloating()2955 struct AAIsDeadCallSiteArgument : public AAIsDeadValueImpl {2957 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadCallSiteArgument()3047 struct AAIsDeadReturned : public AAIsDeadValueImpl {3049 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadReturned()