HomeSort by relevance Sort by last modified time
    Searched refs:SplitBlockAndInsertIfThen (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 186 /// SplitBlockAndInsertIfThen - Split the containing block at the
205 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
209 /// SplitBlockAndInsertIfThenElse is similar to SplitBlockAndInsertIfThen,
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp 786 BranchInst *BI = cast<BranchInst>(SplitBlockAndInsertIfThen(
    [all...]
MemorySanitizer.cpp 576 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
633 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
678 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 653 /// SplitBlockAndInsertIfThen - Split the containing block at the
673 TerminatorInst *llvm::SplitBlockAndInsertIfThen(Value *Cond,
696 /// SplitBlockAndInsertIfThenElse is similar to SplitBlockAndInsertIfThen,
    [all...]

Completed in 556 milliseconds