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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h60 // ReplaceInstWithInst - Replace the instruction specified by BI with the
64 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
67 // ReplaceInstWithInst - Replace the instruction specified by From with the
70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/macosx-10.10.1/llvmCore-3425.0.34/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);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp371 ReplaceInstWithInst(I, C);
387 ReplaceInstWithInst(I, C);
H A DAddressSanitizer.cpp283 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm);
500 ReplaceInstWithInst(CheckTerm, NewTerm);

Completed in 84 milliseconds