reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
779 if (!Instructions.count(Inst) && !Inst->isTerminator() && 779 if (!Instructions.count(Inst) && !Inst->isTerminator() && 780 !Inst->isEHPad() && !Inst->getType()->isTokenTy() && 780 !Inst->isEHPad() && !Inst->getType()->isTokenTy() && 781 !Inst->isSwiftError()) { 782 if (!Inst->getType()->isVoidTy()) 783 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType())); 783 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType())); 784 Inst->eraseFromParent();