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

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp212 /// ReplaceInstWithInst - Replace the instruction specified by BI with the
216 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, function in class:llvm
219 "ReplaceInstWithInst: Instruction already inserted into basic block!");
231 /// ReplaceInstWithInst - Replace the instruction specified by From with the
234 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { function in class:llvm
236 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
665 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);

Completed in 65 milliseconds