Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp34 SplitBlockAndInsertIfThen(Guard->getArgOperand(0), Guard, true); in makeGuardControlFlowExplicit()
H A DLibCallsShrinkWrap.cpp491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT); in shrinkWrapCI()
H A DBasicBlockUtils.cpp719 Instruction *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
H A DSimplifyCFG.cpp3027 SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), false); in mergeConditionalStoreToAddress()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp236 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
373 SplitBlockAndInsertIfThen(Cond, &I, false, nullptr, DT, nullptr); in optimizeAtomic()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h267 Instruction *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1389 Instruction *ThenTerm = SplitBlockAndInsertIfThen(MaskElem, I, false); in instrumentMaskedLoadOrStore()
1543 SplitBlockAndInsertIfThen(TagCheck, InsertBefore, false, in instrumentAddress()
1565 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress()
1572 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1581 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
2976 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in processStaticAllocas()
2991 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
H A DHWAddressSanitizer.cpp543 SplitBlockAndInsertIfThen(TagMismatch, InsertBefore, !Recover, in instrumentMemAccessInline()
821 auto *Br = cast<BranchInst>(SplitBlockAndInsertIfThen( in emitPrologue()
H A DEfficiencySanitizer.cpp890 Instruction *CmpTerm = SplitBlockAndInsertIfThen(Cmp, I, false); in instrumentFastpathWorkingSet()
H A DDataFlowSanitizer.cpp967 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule()
1108 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
H A DSanitizerCoverage.cpp817 auto ThenTerm = SplitBlockAndInsertIfThen(IsStackLower, &*IP, false); in InjectCoverageAtBlock()
H A DMemorySanitizer.cpp1136 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
1218 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp474 SplitBlockAndInsertIfThen(Cmp, &RI, in checkStackGuard()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp740 IRBuilder<> ThenB(SplitBlockAndInsertIfThen(OffsetInRange, CI, false)); in lowerTypeTestCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2583 SplitBlockAndInsertIfThen(SI->getCondition(), SI, false); in TryToUnfoldSelectInCurrBB()
H A DSimpleLoopUnswitch.cpp2363 SplitBlockAndInsertIfThen(GI->getArgOperand(0), GI, true); in turnGuardIntoBranch()