Searched refs:UnwindBBIsDead (Results 1 – 1 of 1) sorted by relevance
2516 bool UnwindBBIsDead = II->hasFnAttr(Attribute::NoUnwind); in cleanupIR() local2520 assert((UnwindBBIsDead || NormalBBIsDead) && in cleanupIR()2524 if (UnwindBBIsDead) { in cleanupIR()