Searched defs:replaceAllUsesWith (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/IR/ | ||
D | Value.cpp | 361 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 | 300 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function |
/external/llvm/lib/Transforms/Utils/ | ||
D | SimplifyLibCalls.cpp | 2345 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith() function in LibCallSimplifier |
/external/llvm/lib/CodeGen/ | ||
D | CodeGenPrepare.cpp | 2463 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in __anonaebbba860211::TypePromotionTransaction |