Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3090 struct AAIsDeadFunction : public AAIsDead { struct
3091 AAIsDeadFunction(const IRPosition &IRP, Attributor &A) : AAIsDead(IRP, A) {} in AAIsDeadFunction() function
3281 if (AAIsDeadFunction::mayCatchAsynchronousExceptions(*II.getFunction())) { in identifyAliveSuccessors()
3346 ChangeStatus AAIsDeadFunction::updateImpl(Attributor &A) { in updateImpl()
3447 struct AAIsDeadCallSite final : AAIsDeadFunction {
3449 : AAIsDeadFunction(IRP, A) {} in AAIsDeadCallSite()