Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBasicBlockUtils.h56 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h58 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBasicBlockUtils.cpp196 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm
224 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp171 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm
199 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()
/external/llvm/docs/
DProgrammersManual.rst2255 very useful replace functions: ``ReplaceInstWithValue`` and
2263 * ``ReplaceInstWithValue``
2275 ReplaceInstWithValue(instToReplace->getParent()->getInstList(), ii,