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

  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 59 // ReplaceInstWithInst - Replace the instruction specified by BI with the
63 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
66 // ReplaceInstWithInst - Replace the instruction specified by From with the
69 void ReplaceInstWithInst(Instruction *From, Instruction *To);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 211 /// ReplaceInstWithInst - Replace the instruction specified by BI with the
215 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
218 "ReplaceInstWithInst: Instruction already inserted into basic block!");
230 /// ReplaceInstWithInst - Replace the instruction specified by From with the
233 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) {
235 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 231 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
373 ReplaceInstWithInst(CheckTerm, new UnreachableInst(*C));
    [all...]

Completed in 435 milliseconds