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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 258 /// SplitBlockAndInsertIfThen - Split the containing block at the
279 TerminatorInst *SplitBlockAndInsertIfThen(Value *Cond, Instruction *SplitBefore,
284 /// SplitBlockAndInsertIfThenElse is similar to SplitBlockAndInsertIfThen,
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 380 Instruction *Ins = SplitBlockAndInsertIfThen(
AddressSanitizer.cpp     [all...]
DataFlowSanitizer.cpp     [all...]
MemorySanitizer.cpp 675 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
747 Instruction *CheckTerm = SplitBlockAndInsertIfThen(
    [all...]
  /external/llvm/lib/Transforms/IPO/
LowerBitSets.cpp 471 TerminatorInst *Term = SplitBlockAndInsertIfThen(OffsetInRange, CI, false);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 678 /// SplitBlockAndInsertIfThen - Split the containing block at the
698 TerminatorInst *llvm::SplitBlockAndInsertIfThen(Value *Cond,
736 /// SplitBlockAndInsertIfThenElse is similar to SplitBlockAndInsertIfThen,
    [all...]

Completed in 1084 milliseconds