Searched defs:ReplaceInstWithInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp214 /// ReplaceInstWithInst - Replace the instruction specified by BI with the
218 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, function in class:llvm
221 "ReplaceInstWithInst: Instruction already inserted into basic block!");
233 /// ReplaceInstWithInst - Replace the instruction specified by From with the
236 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { function in class:llvm
238 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
692 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
728 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);

Completed in 61 milliseconds