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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp211 /// ReplaceInstWithInst - Replace the instruction specified by BI with the
215 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, function in class:llvm
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) { function in class:llvm
235 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp185 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, function in class:llvm
188 "ReplaceInstWithInst: Instruction already inserted into basic block!");
205 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { function in class:llvm
207 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
633 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
674 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);

Completed in 124 milliseconds