Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DValue.cpp67 void Value::replaceAllUsesWith(Value *Other) { in replaceAllUsesWith() function in llvm::sandboxir::Value
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h517 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp546 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
H A DMetadata.cpp368 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function in ReplaceableMetadataImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1454 void VPValue::replaceAllUsesWith(VPValue *New) { in replaceAllUsesWith() function in VPValue
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp318 void SPIRVEmitIntrinsics::replaceAllUsesWith(Value *Src, Value *Dest, in replaceAllUsesWith() function in SPIRVEmitIntrinsics
H A DSPIRVGlobalRegistry.cpp1995 void SPIRVGlobalRegistry::replaceAllUsesWith(Value *Old, Value *New, in replaceAllUsesWith() function in SPIRVGlobalRegistry
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1108 static void replaceAllUsesWith(Value *Old, Value *New, in replaceAllUsesWith() function
3726 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in TypePromotionTransaction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp4227 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith() function in LibCallSimplifier