Searched refs:SplitBlockAndInsertIfThen (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/Transforms/Utils/ |
| D | BasicBlockUtils.h | 205 TerminatorInst *SplitBlockAndInsertIfThen(Instruction *Cmp,
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | AddressSanitizer.cpp | 638 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()
|
| D | MemorySanitizer.cpp | 568 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false, in materializeStores() 592 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), in materializeChecks() 631 Instruction *CheckTerm = SplitBlockAndInsertIfThen( in materializeIndirectCalls()
|
| D | DataFlowSanitizer.cpp | 723 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in runOnModule() 826 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen( in combineShadows()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | BasicBlockUtils.cpp | 652 TerminatorInst *llvm::SplitBlockAndInsertIfThen(Instruction *Cmp, in SplitBlockAndInsertIfThen() function in llvm
|