Home
last modified time | relevance | path

Searched refs:CheckTerm (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp729 Instruction *CheckTerm; in SplitBlockAndInsertIfThen() local
731 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()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp473 Instruction *CheckTerm = in checkStackGuard() local
476 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1565 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1567 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()
H A DHWAddressSanitizer.cpp542 Instruction *CheckTerm = in instrumentMemAccessInline() local
546 IRB.SetInsertPoint(CheckTerm); in instrumentMemAccessInline()
H A DMemorySanitizer.cpp1136 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
1138 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
1218 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
1222 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()