Searched defs:replaceAllUsesWith (Results 1 – 5 of 5) sorted by relevance
| /external/llvm/lib/IR/ | ||
| D | Value.cpp | 320 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value |
| D | Metadata.cpp | 158 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function in ReplaceableMetadataImpl |
| /external/llvm/include/llvm/IR/ | ||
| D | Metadata.h | 288 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function |
| /external/llvm/lib/Transforms/Utils/ | ||
| D | SimplifyLibCalls.cpp | 2131 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith() function in LibCallSimplifier |
| /external/llvm/lib/CodeGen/ | ||
| D | CodeGenPrepare.cpp | 1983 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in __anon0965895a0211::TypePromotionTransaction |