Home
last modified time | relevance | path

Searched refs:ReplaceInstWithInst (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h64 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp218 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() function in llvm
236 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm
238 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst()
692 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThen()
728 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp486 ReplaceInstWithInst(I, C); in instrumentAtomic()
502 ReplaceInstWithInst(I, C); in instrumentAtomic()
519 ReplaceInstWithInst(I, C); in instrumentAtomic()
547 ReplaceInstWithInst(I, C); in instrumentAtomic()
DDataFlowSanitizer.cpp998 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
DAddressSanitizer.cpp872 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
/external/llvm/docs/
DProgrammersManual.rst2055 ``ReplaceInstWithInst``.
2077 * ``ReplaceInstWithInst``
2090 ReplaceInstWithInst(instToReplace->getParent()->getInstList(), ii,