Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:CheckTerm

862     TerminatorInst *CheckTerm =
864 assert(dyn_cast<BranchInst>(CheckTerm)->isUnconditional());
865 BasicBlock *NextBB = CheckTerm->getSuccessor(0);
866 IRB.SetInsertPoint(CheckTerm);
872 ReplaceInstWithInst(CheckTerm, NewTerm);