Searched refs:AAIsDeadValueImpl (Results 1 – 1 of 1) sorted by relevance
4061 struct AAIsDeadValueImpl : public AAIsDead { struct4062 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadValueImpl() function4140 struct AAIsDeadFloating : public AAIsDeadValueImpl {4142 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadFloating()4146 AAIsDeadValueImpl::initialize(A); in initialize()4227 return AAIsDeadValueImpl::getAsStr(A); in getAsStr()4318 struct AAIsDeadCallSiteArgument : public AAIsDeadValueImpl {4320 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadCallSiteArgument()4324 AAIsDeadValueImpl::initialize(A); in initialize()4413 struct AAIsDeadReturned : public AAIsDeadValueImpl {[all …]