Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalarizeMaskedMemIntrin.cpp227 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedLoad()
361 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedStore()
483 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedGather()
610 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedScatter()
716 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedExpandLoad()
826 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedCompressStore()
H A DPartiallyInlineLibCalls.cpp61 Instruction *LibCallTerm = SplitBlockAndInsertIfThen( in optimizeSQRT()
H A DJumpThreading.cpp2908 Instruction *Term = SplitBlockAndInsertIfThen(Cond, SI, false); in tryToUnfoldSelectInCurrBB()
H A DSimpleLoopUnswitch.cpp2595 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h419 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
446 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
/llvm-project-15.0.7/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.cpp489 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
H A DBasicBlockUtils.cpp1444 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
1454 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
H A DSimplifyCFG.cpp3862 auto *T = SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), in mergeConditionalStoreToAddress()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp482 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
611 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
H A DAMDGPUReplaceLDSUseWithPointer.cpp217 BasicBlock *NBB = SplitBlockAndInsertIfThen(Cond, WB, false)->getParent(); in activateLaneZero()
H A DAMDGPUPrintfRuntimeBinding.cpp369 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false); in lowerPrintfForGpu()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp860 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, false, in instrumentMemAccessInline()
867 SplitBlockAndInsertIfThen(OutOfShortGranuleTagRange, CheckTerm, !Recover, in instrumentMemAccessInline()
875 SplitBlockAndInsertIfThen(PtrLowBitsOOB, CheckTerm, false, in instrumentMemAccessInline()
885 SplitBlockAndInsertIfThen(InlineTagMismatch, CheckTerm, false, in instrumentMemAccessInline()
H A DAddressSanitizer.cpp1428 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
1560 SplitBlockAndInsertIfThen(Cmp, InsertBefore, false); in instrumentAMDGPUAddress()
1617 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress()
1624 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1633 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
3181 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in processStaticAllocas()
3203 SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
H A DSanitizerCoverage.cpp977 SplitBlockAndInsertIfThen(IRB.CreateIsNull(Load), &*IP, false); in InjectCoverageAtBlock()
994 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false); in InjectCoverageAtBlock()
H A DMemProfiler.cpp447 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
H A DDataFlowSanitizer.cpp1584 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runImpl()
2341 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
H A DMemorySanitizer.cpp1175 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
1249 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp476 SplitBlockAndInsertIfThen(Cmp, &RI, /* Unreachable */ true, Weights, DTU); in checkStackGuard()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp635 SplitBlockAndInsertIfThen(Cond, &*Builder.GetInsertPoint(), false, nullptr, in generateConditionalExecution()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1122 SplitBlockAndInsertIfThen(Cond, &CB, /*Unreachable=*/false); in applySingleImplDevirt()
H A DLowerTypeTests.cpp783 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()