Searched refs:AAIsDeadValueImpl (Results 1 – 1 of 1) sorted by relevance
4064 struct AAIsDeadValueImpl : public AAIsDead { struct4065 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadValueImpl() argument4143 struct AAIsDeadFloating : public AAIsDeadValueImpl {4145 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadFloating()4149 AAIsDeadValueImpl::initialize(A); in initialize()4230 return AAIsDeadValueImpl::getAsStr(A); in getAsStr()4321 struct AAIsDeadCallSiteArgument : public AAIsDeadValueImpl {4323 : AAIsDeadValueImpl(IRP, A) {} in AAIsDeadCallSiteArgument()4327 AAIsDeadValueImpl::initialize(A); in initialize()4416 struct AAIsDeadReturned : public AAIsDeadValueImpl {[all …]