reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
290 if (auto *CleanupRet = dyn_cast<CleanupReturnInst>(U)) { 298 if (auto *Invoke = dyn_cast<InvokeInst>(U)) { 300 } else if (isa<CleanupPadInst>(U) || isa<CatchSwitchInst>(U)) { 300 } else if (isa<CleanupPadInst>(U) || isa<CatchSwitchInst>(U)) { 301 Instruction *ChildPad = cast<Instruction>(U);