Searched refs:CheckTerm (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 693 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/ |
D | BasicBlockUtils.cpp | 624 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/ |
D | asynchronous_signal_handler_unittest.cc | 50 TEST_F(AsynchronousSignalHandlerTest, CheckTerm) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 436 TerminatorInst *CheckTerm = in instrumentMemAccessInline() local 440 IRB.SetInsertPoint(CheckTerm); in instrumentMemAccessInline()
|
D | AddressSanitizer.cpp | 1557 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()
|
D | MemorySanitizer.cpp | 896 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/ |
D | AddressSanitizer.cpp | 1170 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()
|
D | MemorySanitizer.cpp | 744 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/ |
D | SafeStack.cpp | 500 Instruction *CheckTerm = in checkStackGuard() local 503 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 470 Instruction *CheckTerm = in checkStackGuard() local 473 IRBuilder<> IRBFail(CheckTerm); in checkStackGuard()
|