Home
last modified time | relevance | path

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/
DGuardUtils.cpp37 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
DLibCallsShrinkWrap.cpp491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
DBasicBlockUtils.cpp925 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
DSimplifyCFG.cpp3082 SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), false); in mergeConditionalStoreToAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h305 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp430 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
566 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
DAMDGPUPrintfRuntimeBinding.cpp371 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false); in lowerPrintfForGpu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp642 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()
DAddressSanitizer.cpp1535 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()
DDataFlowSanitizer.cpp989 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule()
1133 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
DSanitizerCoverage.cpp900 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false); in InjectCoverageAtBlock()
DMemorySanitizer.cpp1151 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/
DSafeStack.cpp475 SplitBlockAndInsertIfThen(Cmp, &RI, in checkStackGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp798 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2410 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()
DJumpThreading.cpp2613 SplitBlockAndInsertIfThen(SI->getCondition(), SI, false); in TryToUnfoldSelectInCurrBB()