/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | ScalarizeMaskedMemIntrin.cpp | 224 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedLoad() 354 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedStore() 476 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedGather() 603 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedScatter() 714 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedExpandLoad() 829 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedCompressStore() 906 SplitBlockAndInsertIfThen(Predicate, InsertPt, /*Unreachable=*/false, in scalarizeMaskedVectorHistogram()
|
H A D | PartiallyInlineLibCalls.cpp | 62 Instruction *LibCallTerm = SplitBlockAndInsertIfThen( in optimizeSQRT()
|
H A D | SimpleLoopUnswitch.cpp | 2719 SplitBlockAndInsertIfThen(SI->getCondition(), SI, false, in turnSelectIntoBranch() 2775 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true, in turnGuardIntoBranch() 2778 // SplitBlockAndInsertIfThen inserts control flow that branches to in turnGuardIntoBranch()
|
H A D | JumpThreading.cpp | 2971 SplitBlockAndInsertIfThen(Cond, SI, false, BranchWeights); in tryToUnfoldSelectInCurrBB()
|
H A D | SROA.cpp | 1796 SplitBlockAndInsertIfThen(SI.getCondition(), &I, /*Unreachable=*/false, in rewriteMemOpOfSelect()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | KCFI.cpp | 111 SplitBlockAndInsertIfThen(Test, Call, false, VeryUnlikelyWeights); in run()
|
H A D | AddressSanitizer.cpp | 1635 LoopInsertBefore = SplitBlockAndInsertIfThen(IsEVLZero, I, false); in instrumentMaskedLoadOrStore() 1661 Instruction *ThenTerm = SplitBlockAndInsertIfThen( in instrumentMaskedLoadOrStore() 1805 SplitBlockAndInsertIfThen(Cmp, InsertBefore, false); in instrumentAMDGPUAddress() 1821 SplitBlockAndInsertIfThen(ReportCond, &*IRB.GetInsertPoint(), false, in genAMDGPUReportBlock() 1828 Trm = SplitBlockAndInsertIfThen(Cond, Trm, false); in genAMDGPUReportBlock() 1898 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress() 1905 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress() 1914 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress() 3507 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in processStaticAllocas() 3530 SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
|
H A D | HWAddressSanitizer.cpp | 933 R.TagMismatchTerm = SplitBlockAndInsertIfThen( in insertShadowTagCheck() 996 Instruction *CheckFailTerm = SplitBlockAndInsertIfThen( in instrumentMemAccessInline() 1005 SplitBlockAndInsertIfThen(PtrLowBitsOOB, TCI.TagMismatchTerm, false, in instrumentMemAccessInline() 1014 SplitBlockAndInsertIfThen(InlineTagMismatch, TCI.TagMismatchTerm, false, in instrumentMemAccessInline()
|
H A D | SanitizerCoverage.cpp | 988 auto ThenTerm = SplitBlockAndInsertIfThen( in InjectCoverageAtBlock() 1007 auto ThenTerm = SplitBlockAndInsertIfThen( in InjectCoverageAtBlock()
|
H A D | MemProfiler.cpp | 443 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
|
H A D | DataFlowSanitizer.cpp | 1779 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runImpl() 2549 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
|
H A D | InstrProfiling.cpp | 763 Instruction *ThenTerm = SplitBlockAndInsertIfThen( in doSampling()
|
H A D | MemorySanitizer.cpp | 1316 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin() 1414 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GuardUtils.cpp | 37 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
|
H A D | LibCallsShrinkWrap.cpp | 473 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, &DTU); in shrinkWrapCI()
|
H A D | CallPromotionUtils.cpp | 296 SplitBlockAndInsertIfThen(Cond, &CB, false, BranchWeights); in versionCallSiteWithCond()
|
H A D | BasicBlockUtils.cpp | 1608 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
|
H A D | SimplifyCFG.cpp | 4201 auto *T = SplitBlockAndInsertIfThen(CombinedPred, InsertPt, in mergeConditionalStoreToAddress()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 416 Instruction *SplitBlockAndInsertIfThen(Value *Cond, BasicBlock::iterator SplitBefore, 423 inline Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, 429 return SplitBlockAndInsertIfThen(Cond, SplitBefore->getIterator(), 434 /// Similar to SplitBlockAndInsertIfThen, but the inserted block is on the false 454 /// SplitBlockAndInsertIfThenElse is similar to SplitBlockAndInsertIfThen,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 312 SplitBlockAndInsertIfThen(cmp, cmp->getNextNode(), false); in lowerPrintfForGpu()
|
H A D | AMDGPUAtomicOptimizer.cpp | 689 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, &DTU, nullptr); in optimizeAtomic() 844 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, &DTU, nullptr); in optimizeAtomic()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackProtector.cpp | 675 SplitBlockAndInsertIfThen(Cmp, CheckLoc,
|
H A D | SafeStack.cpp | 476 SplitBlockAndInsertIfThen(Cmp, &RI, /* Unreachable */ true, Weights, DTU); in checkStackGuard()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1188 SplitBlockAndInsertIfThen(Cond, &CB, /*Unreachable=*/false); in applySingleImplDevirt()
|
H A D | LowerTypeTests.cpp | 805 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()
|