Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp716 TerminatorInst *CheckTerm; in SplitBlockAndInsertIfThen() local
718 CheckTerm = new UnreachableInst(C, ThenBlock); in SplitBlockAndInsertIfThen()
720 CheckTerm = BranchInst::Create(Tail, ThenBlock); in SplitBlockAndInsertIfThen()
721 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
740 return CheckTerm; in SplitBlockAndInsertIfThen()
/external/libbrillo/brillo/
Dasynchronous_signal_handler_unittest.cc50 TEST_F(AsynchronousSignalHandlerTest, CheckTerm) { in TEST_F() argument
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1100 TerminatorInst *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1102 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()
1103 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()
1104 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()
1107 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1113 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
DMemorySanitizer.cpp723 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
725 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
795 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
799 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()