Home
last modified time | relevance | path

Searched refs:AAIsDeadValueImpl (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3298 struct AAIsDeadValueImpl : public AAIsDead { struct
3299 AAIsDeadValueImpl(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadValueImpl() argument
3380 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()