Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp54 SplitBlockAndInsertIfThen(CI->getArgOperand(0), CI, true); in MakeGuardControlFlowExplicit()
DJumpThreading.cpp1947 SplitBlockAndInsertIfThen(SI->getCondition(), SI, false); in TryToUnfoldSelectInCurrBB()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h250 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1170 TerminatorInst *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress()
1177 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1186 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
2115 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in poisonStack()
2130 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in poisonStack()
DSanitizerCoverage.cpp560 Instruction *Ins = SplitBlockAndInsertIfThen( in InjectCoverageAtBlock()
DEfficiencySanitizer.cpp891 TerminatorInst *CmpTerm = SplitBlockAndInsertIfThen(Cmp, I, false); in instrumentFastpathWorkingSet()
DDataFlowSanitizer.cpp854 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule()
995 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
DMemorySanitizer.cpp744 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
816 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp616 llvm::SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore, in SplitBlockAndInsertIfThen() function in llvm
DSimplifyCFG.cpp2644 SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), false); in mergeConditionalStoreToAddress()
/external/llvm/lib/CodeGen/
DSafeStack.cpp501 SplitBlockAndInsertIfThen(Cmp, &RI, in checkStackGuard()
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp474 TerminatorInst *Term = SplitBlockAndInsertIfThen(OffsetInRange, CI, false); in lowerBitSetCall()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3726 auto *T = SplitBlockAndInsertIfThen(KV.second, &*I, /*Unreachable=*/false, in vectorizeLoop()