| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ScalarizeMaskedMemIntrin.cpp | 230 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 D | PartiallyInlineLibCalls.cpp | 61 Instruction *LibCallTerm = SplitBlockAndInsertIfThen( in optimizeSQRT()
|
| H A D | SimpleLoopUnswitch.cpp | 2545 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()
|
| H A D | JumpThreading.cpp | 2925 Instruction *Term = SplitBlockAndInsertIfThen(Cond, SI, false); in tryToUnfoldSelectInCurrBB()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 436 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, 463 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | GuardUtils.cpp | 37 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
|
| H A D | CallPromotionUtils.cpp | 299 SplitBlockAndInsertIfThen(Cond, &CB, false, BranchWeights); in versionCallSite()
|
| H A D | LibCallsShrinkWrap.cpp | 491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
|
| H A D | BasicBlockUtils.cpp | 1418 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm 1428 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
|
| H A D | SimplifyCFG.cpp | 3429 auto *T = SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), in mergeConditionalStoreToAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUReplaceLDSUseWithPointer.cpp | 205 BasicBlock *NBB = SplitBlockAndInsertIfThen(Cond, WB, false)->getParent(); in activateLaneZero()
|
| H A D | AMDGPUAtomicOptimizer.cpp | 476 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic() 605 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
|
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 368 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false); in lowerPrintfForGpu()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 851 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, false, in instrumentMemAccessInline() 858 SplitBlockAndInsertIfThen(OutOfShortGranuleTagRange, CheckTerm, !Recover, in instrumentMemAccessInline() 866 SplitBlockAndInsertIfThen(PtrLowBitsOOB, CheckTerm, false, in instrumentMemAccessInline() 876 SplitBlockAndInsertIfThen(InlineTagMismatch, CheckTerm, false, in instrumentMemAccessInline()
|
| H A D | AddressSanitizer.cpp | 1591 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore() 1723 SplitBlockAndInsertIfThen(Cmp, InsertBefore, false); in instrumentAMDGPUAddress() 1769 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() 1776 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress() 1785 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress() 3326 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in processStaticAllocas() 3348 SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
|
| H A D | SanitizerCoverage.cpp | 944 SplitBlockAndInsertIfThen(IRB.CreateIsNull(Load), &*IP, false); in InjectCoverageAtBlock() 961 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false); in InjectCoverageAtBlock()
|
| H A D | MemProfiler.cpp | 437 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
|
| H A D | DataFlowSanitizer.cpp | 1611 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runImpl() 2357 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
|
| H A D | MemorySanitizer.cpp | 1188 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() 1262 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 485 SplitBlockAndInsertIfThen(Cmp, &RI, /* Unreachable */ true, Weights, DTU); in checkStackGuard()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 813 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()
|
| H A D | WholeProgramDevirt.cpp | 1090 SplitBlockAndInsertIfThen(Cond, &CB, /*Unreachable=*/false); in applySingleImplDevirt()
|