Searched refs:ReplaceInstWithValue (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 58 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 103 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 117 void ReplaceInstWithValue(BasicBlock::InstListType &BIL,
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 435 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm 463 ReplaceInstWithValue(BIL, BI, I); in ReplaceInstWithInst()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 456 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, in ReplaceInstWithValue() function in llvm 484 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,
|
/external/llvm-project/llvm/docs/ |
D | ProgrammersManual.rst | 2930 very useful replace functions: ``ReplaceInstWithValue`` and 2938 * ``ReplaceInstWithValue`` 2950 ReplaceInstWithValue(instToReplace->getParent()->getInstList(), ii,
|