Home | History | Annotate | Download | only in Utils

Lines Matching refs:UnreachableInst

104   bool SimplifyUnreachable(UnreachableInst *UI);
2510 new UnreachableInst(OldTerm->getContext(), OldTerm);
2929 bool SimplifyCFGOpt::SimplifyUnreachable(UnreachableInst *UI) {
2985 new UnreachableInst(TI->getContext(), TI);
3844 new UnreachableInst(IBI->getContext(), IBI);
4103 } else if (UnreachableInst *UI =
4104 dyn_cast<UnreachableInst>(BB->getTerminator())) {