Searched refs:AAIsDeadValueImpl (Results 1 – 1 of 1) sorted by relevance
3298 struct AAIsDeadValueImpl : public AAIsDead { struct3299 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadValueImpl() argument3380 struct AAIsDeadFloating : public AAIsDeadValueImpl {3382 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadFloating()3493 struct AAIsDeadCallSiteArgument : public AAIsDeadValueImpl {3495 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadCallSiteArgument()3584 struct AAIsDeadReturned : public AAIsDeadValueImpl {3586 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadReturned()