Home
last modified time | relevance | path

Searched refs:ReplaceInstWithValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h61 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp189 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm
222 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()
/external/llvm/docs/
DProgrammersManual.rst2066 very useful replace functions: ``ReplaceInstWithValue`` and
2074 * ``ReplaceInstWithValue``
2086 ReplaceInstWithValue(instToReplace->getParent()->getInstList(), ii,