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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h59 // 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/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h65 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp582 ReplaceInstWithInst(I, C);
587 ReplaceInstWithInst(I, Cast);
602 ReplaceInstWithInst(I, C);
619 ReplaceInstWithInst(I, C);
658 ReplaceInstWithInst(I, C);
H A DAddressSanitizer.cpp1183 ReplaceInstWithInst(CheckTerm, NewTerm);
H A DDataFlowSanitizer.cpp1132 ReplaceInstWithInst(Head->getTerminator(), LastBr);
/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);
/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/Vectorize/
H A DLoopVectorize.cpp2851 ReplaceInstWithInst(BB->getTerminator(),
2876 ReplaceInstWithInst(BB->getTerminator(),
2905 ReplaceInstWithInst(BB->getTerminator(),
2933 ReplaceInstWithInst(BB->getTerminator(),
3107 ReplaceInstWithInst(MiddleBlock->getTerminator(),

Completed in 209 milliseconds