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

  /external/swiftshader/third_party/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/Utils/
BasicBlockUtils.cpp 185 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL,
188 "ReplaceInstWithInst: Instruction already inserted into basic block!");
205 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) {
207 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
633 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
674 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);

Completed in 174 milliseconds