Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h121 void ReplaceInstWithValue(BasicBlock::iterator &BI, Value *V);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp709 void llvm::ReplaceInstWithValue(BasicBlock::iterator &BI, Value *V) { in ReplaceInstWithValue() function in llvm
736 ReplaceInstWithValue(BI, I); in ReplaceInstWithInst()