Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp693 TerminatorInst *CheckTerm; in SplitBlockAndInsertIfThen() local
695 CheckTerm = new UnreachableInst(C, ThenBlock); in SplitBlockAndInsertIfThen()
697 CheckTerm = BranchInst::Create(Tail, ThenBlock); in SplitBlockAndInsertIfThen()
698 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
724 return CheckTerm; in SplitBlockAndInsertIfThen()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp624 TerminatorInst *CheckTerm; in SplitBlockAndInsertIfThen() local
626 CheckTerm = new UnreachableInst(C, ThenBlock); in SplitBlockAndInsertIfThen()
628 CheckTerm = BranchInst::Create(Tail, ThenBlock); in SplitBlockAndInsertIfThen()
629 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
654 return CheckTerm; in SplitBlockAndInsertIfThen()
/external/libbrillo/brillo/
Dasynchronous_signal_handler_unittest.cc50 TEST_F(AsynchronousSignalHandlerTest, CheckTerm) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp436 TerminatorInst *CheckTerm = in instrumentMemAccessInline() local
440 IRB.SetInsertPoint(CheckTerm); in instrumentMemAccessInline()
DAddressSanitizer.cpp1557 TerminatorInst *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1559 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()
1560 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()
1561 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()
1564 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1570 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
DMemorySanitizer.cpp896 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
898 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
974 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
978 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1170 TerminatorInst *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() local
1172 assert(cast<BranchInst>(CheckTerm)->isUnconditional()); in instrumentAddress()
1173 BasicBlock *NextBB = CheckTerm->getSuccessor(0); in instrumentAddress()
1174 IRB.SetInsertPoint(CheckTerm); in instrumentAddress()
1177 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1183 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
DMemorySanitizer.cpp744 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() local
746 IRBuilder<> IRBNew(CheckTerm); in storeOrigin()
816 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck() local
820 IRB.SetInsertPoint(CheckTerm); in materializeOneCheck()
/external/llvm/lib/CodeGen/
DSafeStack.cpp500 Instruction *CheckTerm = in checkStackGuard() local
503 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSafeStack.cpp470 Instruction *CheckTerm = in checkStackGuard() local
473 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()