Home | History | Annotate | Download | only in Utils

Lines Matching refs:CheckTerm

682   TerminatorInst *CheckTerm;
684 CheckTerm = new UnreachableInst(C, ThenBlock);
686 CheckTerm = BranchInst::Create(Tail, ThenBlock);
687 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
693 return CheckTerm;