Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h510 void replaceAllUsesWith(Metadata *MD) { in replaceAllUsesWith() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp534 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
H A DMetadata.cpp352 void ReplaceableMetadataImpl::replaceAllUsesWith(Metadata *MD) { replaceAllUsesWith() function in ReplaceableMetadataImpl
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1138 void VPValue::replaceAllUsesWith(VPValue *New) { replaceAllUsesWith() function in VPValue
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1113 static void replaceAllUsesWith(Value *Old, Value *New, replaceAllUsesWith() function
3295 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, replaceAllUsesWith() function in TypePromotionTransaction
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3818 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) { replaceAllUsesWith() function in LibCallSimplifier