Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDMetadata.h510 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDValue.cpp534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
HDMetadata.cpp361 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function in ReplaceableMetadataImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/
HDSandboxIR.cpp130 void Value::replaceAllUsesWith(Value *Other) { in replaceAllUsesWith() function in Value
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.cpp1421 void VPValue::replaceAllUsesWith(VPValue *New) { in replaceAllUsesWith() function in VPValue
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp1112 static void replaceAllUsesWith(Value *Old, Value *New, in replaceAllUsesWith() function
3389 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in TypePromotionTransaction
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp4068 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { in replaceAllUsesWith() function in LibCallSimplifier