Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CheckTerm

735     TerminatorInst *CheckTerm =
737 assert(dyn_cast<BranchInst>(CheckTerm)->isUnconditional());
738 BasicBlock *NextBB = CheckTerm->getSuccessor(0);
739 IRB.SetInsertPoint(CheckTerm);
745 ReplaceInstWithInst(CheckTerm, NewTerm);