Searched refs:SplitBlockAndInsertIfThen (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 37 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
|
D | LibCallsShrinkWrap.cpp | 491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
|
D | BasicBlockUtils.cpp | 925 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
|
D | SimplifyCFG.cpp | 3082 SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), false); in mergeConditionalStoreToAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 305 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 430 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic() 566 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
|
D | AMDGPUPrintfRuntimeBinding.cpp | 371 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false); in lowerPrintfForGpu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 642 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, false, in instrumentMemAccessInline() 649 SplitBlockAndInsertIfThen(OutOfShortGranuleTagRange, CheckTerm, !Recover, in instrumentMemAccessInline() 657 SplitBlockAndInsertIfThen(PtrLowBitsOOB, CheckTerm, false, in instrumentMemAccessInline() 666 SplitBlockAndInsertIfThen(InlineTagMismatch, CheckTerm, false, in instrumentMemAccessInline()
|
D | AddressSanitizer.cpp | 1535 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore() 1689 SplitBlockAndInsertIfThen(TagCheck, InsertBefore, false, in instrumentAddress() 1711 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() 1718 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress() 1727 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress() 3090 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in processStaticAllocas() 3103 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
|
D | DataFlowSanitizer.cpp | 989 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule() 1133 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
|
D | SanitizerCoverage.cpp | 900 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false); in InjectCoverageAtBlock()
|
D | MemorySanitizer.cpp | 1151 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() 1233 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 475 SplitBlockAndInsertIfThen(Cmp, &RI, in checkStackGuard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 798 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimpleLoopUnswitch.cpp | 2410 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()
|
D | JumpThreading.cpp | 2613 SplitBlockAndInsertIfThen(SI->getCondition(), SI, false); in TryToUnfoldSelectInCurrBB()
|