Searched refs:AAIsDeadValueImpl (Results 1 – 1 of 1) sorted by relevance
4098 struct AAIsDeadValueImpl : public AAIsDead { struct4099 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadValueImpl() function4177 struct AAIsDeadFloating : public AAIsDeadValueImpl {4179 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadFloating()4183 AAIsDeadValueImpl::initialize(A); in initialize()4264 return AAIsDeadValueImpl::getAsStr(A); in getAsStr()4355 struct AAIsDeadCallSiteArgument : public AAIsDeadValueImpl {4357 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadCallSiteArgument()4361 AAIsDeadValueImpl::initialize(A); in initialize()4450 struct AAIsDeadReturned : public AAIsDeadValueImpl {[all …]