Searched refs:ReplaceInstWithValue (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 56 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 58 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 196 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm 224 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 171 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm 199 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 2255 very useful replace functions: ``ReplaceInstWithValue`` and 2263 * ``ReplaceInstWithValue`` 2275 ReplaceInstWithValue(instToReplace->getParent()->getInstList(), ii,
|