Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h263 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1100 TerminatorInst *CheckTerm = SplitBlockAndInsertIfThen( in instrumentAddress()
1107 CrashTerm = SplitBlockAndInsertIfThen(Cmp2, CheckTerm, false); in instrumentAddress()
1116 CrashTerm = SplitBlockAndInsertIfThen(Cmp, InsertBefore, !Recover); in instrumentAddress()
1913 SplitBlockAndInsertIfThen(UARIsEnabled, InsBefore, false); in poisonStack()
1928 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in poisonStack()
DSanitizerCoverage.cpp478 Instruction *Ins = SplitBlockAndInsertIfThen( in InjectCoverageAtBlock()
DDataFlowSanitizer.cpp859 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule()
1000 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
DMemorySanitizer.cpp723 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in storeOrigin()
795 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeOneCheck()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp706 TerminatorInst *llvm::SplitBlockAndInsertIfThen(Value *Cond, in SplitBlockAndInsertIfThen() function in llvm
DSimplifyCFG.cpp2539 SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), false); in mergeConditionalStoreToAddress()
/external/llvm/lib/Transforms/IPO/
DLowerBitSets.cpp510 TerminatorInst *Term = SplitBlockAndInsertIfThen(OffsetInRange, CI, false); in lowerBitSetCall()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3520 auto *T = SplitBlockAndInsertIfThen(KV.second, &*I, /*Unreachable=*/false, in vectorizeLoop()