Searched refs:ReplaceInstWithInst (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 64 void ReplaceInstWithInst(BasicBlock::InstListType &BIL, 70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 218 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/ |
D | ThreadSanitizer.cpp | 486 ReplaceInstWithInst(I, C); in instrumentAtomic() 502 ReplaceInstWithInst(I, C); in instrumentAtomic() 519 ReplaceInstWithInst(I, C); in instrumentAtomic() 547 ReplaceInstWithInst(I, C); in instrumentAtomic()
|
D | DataFlowSanitizer.cpp | 998 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
|
D | AddressSanitizer.cpp | 872 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2055 ``ReplaceInstWithInst``. 2077 * ``ReplaceInstWithInst`` 2090 ReplaceInstWithInst(instToReplace->getParent()->getInstList(), ii,
|