Searched refs:CheckTerm (Results 1 – 5 of 5) sorted by relevance
729 Instruction *CheckTerm; in SplitBlockAndInsertIfThen() local731 CheckTerm = new UnreachableInst(C, ThenBlock); in SplitBlockAndInsertIfThen()733 CheckTerm = BranchInst::Create(Tail, ThenBlock); in SplitBlockAndInsertIfThen()734 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()760 return CheckTerm; in SplitBlockAndInsertIfThen()
473 Instruction *CheckTerm = in checkStackGuard() local476 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
1565 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local1567 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()1568 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()1569 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()1572 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()1578 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
542 Instruction *CheckTerm = in instrumentMemAccessInline() local546 IRB.SetInsertPoint(CheckTerm); in instrumentMemAccessInline()
1136 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local1138 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()1218 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local1222 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()