Home
last modified time | relevance | path

Searched refs:SplitBlockAndInsertIfThen (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp230 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedLoad()
364 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedStore()
486 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedGather()
613 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedScatter()
719 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedExpandLoad()
829 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedCompressStore()
H A DPartiallyInlineLibCalls.cpp61 Instruction *LibCallTerm = SplitBlockAndInsertIfThen( in optimizeSQRT()
H A DSimpleLoopUnswitch.cpp2473 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()
H A DJumpThreading.cpp2926 Instruction *Term = SplitBlockAndInsertIfThen(Cond, SI, false); in tryToUnfoldSelectInCurrBB()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h436 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
463 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp37 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
H A DCallPromotionUtils.cpp299 SplitBlockAndInsertIfThen(Cond, &CB, false, BranchWeights); in versionCallSite()
H A DLibCallsShrinkWrap.cpp491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
H A DBasicBlockUtils.cpp1418 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
1428 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
H A DSimplifyCFG.cpp3482 auto *T = SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), in mergeConditionalStoreToAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp476 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
605 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
H A DAMDGPUPrintfRuntimeBinding.cpp367 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false); in lowerPrintfForGpu()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp772 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, false, in instrumentMemAccessInline()
779 SplitBlockAndInsertIfThen(OutOfShortGranuleTagRange, CheckTerm, !Recover, in instrumentMemAccessInline()
787 SplitBlockAndInsertIfThen(PtrLowBitsOOB, CheckTerm, false, in instrumentMemAccessInline()
797 SplitBlockAndInsertIfThen(InlineTagMismatch, CheckTerm, false, in instrumentMemAccessInline()
H A DAddressSanitizer.cpp1581 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
1713 SplitBlockAndInsertIfThen(Cmp, InsertBefore, false); in instrumentAMDGPUAddress()
1757 SplitBlockAndInsertIfThen(TagCheck, InsertBefore, false, in instrumentAddress()
1779 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress()
1786 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1795 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
3324 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in processStaticAllocas()
3337 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
H A DSanitizerCoverage.cpp941 SplitBlockAndInsertIfThen(IRB.CreateIsNull(Load), &*IP, false); in InjectCoverageAtBlock()
958 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false); in InjectCoverageAtBlock()
H A DMemProfiler.cpp437 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
H A DDataFlowSanitizer.cpp1715 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runImpl()
1969 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
2561 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
H A DMemorySanitizer.cpp1188 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
1262 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStack.cpp482 SplitBlockAndInsertIfThen(Cmp, &RI, /* Unreachable */ true, Weights, DTU); in checkStackGuard()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1081 SplitBlockAndInsertIfThen(Cond, &CB, /*Unreachable=*/false); in applySingleImplDevirt()
H A DLowerTypeTests.cpp807 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()