Home
last modified time | relevance | path

Searched defs:replaceAllUsesWith (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h233 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValue.cpp319 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
H A DDebugInfo.cpp323 void DIDescriptor::replaceAllUsesWith(LLVMContext &VMContext, DIDescriptor D) { in replaceAllUsesWith() function in DIDescriptor
346 void DIDescriptor::replaceAllUsesWith(MDNode *D) { in replaceAllUsesWith() function in DIDescriptor
H A DMetadata.cpp157 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function in ReplaceableMetadataImpl
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2099 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) const { in replaceAllUsesWith() function in LibCallSimplifier
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2963 void replaceAllUsesWith(Instruction *I, Value *With) const override { in replaceAllUsesWith() function in __anonaf8d96030111::InstCombinerLibCallSimplifier
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1741 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in __anon2960da4b0211::TypePromotionTransaction