reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2178 if (auto *II = dyn_cast<InvokeInst>(TI)) { 2186 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { 2189 } else if (auto *CatchSwitch = dyn_cast<CatchSwitchInst>(TI)) { 2202 NewTI->takeName(TI); 2203 NewTI->setDebugLoc(TI->getDebugLoc()); 2205 TI->replaceAllUsesWith(NewTI); 2206 TI->eraseFromParent();