Home
last modified time | relevance | path

Searched refs:replaceUsesWithIf (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp86 F.replaceUsesWithIf(Decl, in convertToLocalCopy()
H A DLowerTypeTests.cpp1949 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
H A DIROutliner.cpp1956 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
H A DAMDGPULowerModuleLDSPass.cpp1292 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
H A DAMDGPULowerBufferFatPointers.cpp1004 I->replaceUsesWithIf(Poison, [&](const Use &U) -> bool { in killAndReplaceSplitInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp168 SinkCandidate->replaceUsesWithIf(Clone, [SinkTo](VPUser &U, unsigned) { in sinkScalarOperands()
276 Phi1ToMoveV->replaceUsesWithIf(PredInst1, [Then2](VPUser &U, unsigned) { in mergeReplicateRegionsIntoSuccessors()
628 WideIV->replaceUsesWithIf(Steps, [WideIV](VPUser &U, unsigned) { in legalizeAndOptimizeInductions()
953 RecurSplice->replaceUsesWithIf( in adjustFixedOrderRecurrences()
H A DVPlanValue.h154 void replaceUsesWithIf(
H A DVPlan.cpp1422 replaceUsesWithIf(New, [](VPUser &, unsigned) { return true; }); in replaceAllUsesWith()
1425 void VPValue::replaceUsesWithIf( in replaceUsesWithIf() function in VPValue
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp257 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
H A DGuardWidening.cpp713 V->replaceUsesWithIf( in freezeAndPush()
H A DConstraintElimination.cpp1408 Cmp->replaceUsesWithIf(ConstantC, [&DT, NumIn, NumOut, in checkAndReplaceCondition()
H A DLoopIdiomRecognize.cpp2638 BitPos->replaceUsesWithIf(BitPosFrozen, [BitPosFrozen](Use &U) { in recognizeShiftUntilBitTest()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp542 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf() function in Value
601 replaceUsesWithIf(New, [BB](Use &U) { in replaceUsesOutsideBlock()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp110 void Value::replaceUsesWithIf( in replaceUsesWithIf() function in Value
115 Val->replaceUsesWithIf( in replaceUsesWithIf()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h314 void replaceUsesWithIf(Value *New,
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp596 Info.AI->replaceUsesWithIf(TagPCall, [&](const Use &U) { in runOnFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h270 void replaceUsesWithIf(Value *OtherV,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2015 OutlinedFn.getArg(1)->replaceUsesWithIf( in createTask()
3350 LHSFixupPtr->replaceUsesWithIf( in createReductionFunction()
3355 RHSFixupPtr->replaceUsesWithIf( in createReductionFunction()
3552 LHSPtr->replaceUsesWithIf(LHS, [ReductionFunc](const Use &U) { in createReductionsGPU()
3556 RHSPtr->replaceUsesWithIf(RHS, [ReductionFunc](const Use &U) { in createReductionsGPU()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1462 AI->replaceUsesWithIf(Replacement, [AICast, AILong](const Use &U) { in instrumentStack()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2933 GEP.replaceUsesWithIf(Y, [&](Use &U) { in visitGetElementPtrInst()
4588 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
H A DInstCombineAndOrXor.cpp4212 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()
4349 Op->replaceUsesWithIf(NotOp, in freelyInvert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2051 Alias.first->replaceUsesWithIf( in insertSpills()

12