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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 207 /// SplitBlockAndInsertIfThen - Split the containing block at the
227 TerminatorInst *SplitBlockAndInsertIfThen(Instruction *Cmp,
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 591 InsertBefore = SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false);
736 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false);
747 CrashTerm = SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), true);
    [all...]
MemorySanitizer.cpp 483 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp), false,
504 SplitBlockAndInsertIfThen(cast<Instruction>(Cmp),
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 690 /// SplitBlockAndInsertIfThen - Split the containing block at the
710 TerminatorInst *llvm::SplitBlockAndInsertIfThen(Instruction *Cmp,

Completed in 3203 milliseconds