Searched defs:ReplaceInstWithValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp196 /// ReplaceInstWithValue - Replace all uses of an instruction (specified by BI)
199 void llvm::ReplaceInstWithValue(BasicBlock::InstListType &BIL, function in class:llvm
227 ReplaceInstWithValue(BIL, BI, I);

Completed in 66 milliseconds