Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h205 TerminatorInst *SplitBlockAndInsertIfThen(Instruction *Cmp,
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp638 InsertBefore = SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false); in instrumentMemIntrinsic()
801 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false); in instrumentAddress()
812 CrashTerm = SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), true); in instrumentAddress()
1197 Instruction *Ins = SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false); in InjectCoverage()
1504 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false); in poisonStack()
1598 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false); in poisonStack()
DMemorySanitizer.cpp568 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false, in materializeStores()
592 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), in materializeChecks()
631 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeIndirectCalls()
DDataFlowSanitizer.cpp723 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule()
826 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp652 TerminatorInst *llvm::SplitBlockAndInsertIfThen(Instruction *Cmp, in SplitBlockAndInsertIfThen() function in llvm