Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp86 F.replaceUsesWithIf(Decl, in convertToLocalCopy()
H A DLowerTypeTests.cpp1947 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
H A DIROutliner.cpp1953 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
H A DAttributor.cpp2852 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
H A DAMDGPULowerModuleLDSPass.cpp1502 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp166 SinkCandidate->replaceUsesWithIf(Clone, [SinkTo](VPUser &U, unsigned) { in sinkScalarOperands()
274 Phi1ToMoveV->replaceUsesWithIf(PredInst1, [Then2](VPUser &U, unsigned) { in mergeReplicateRegionsIntoSuccessors()
534 WideIV->replaceUsesWithIf(Steps, [WideIV](VPUser &U, unsigned) { in optimizeInductions()
H A DVPlanValue.h162 void replaceUsesWithIf(
H A DVPlan.cpp1139 replaceUsesWithIf(New, [](VPUser &, unsigned) { return true; }); in replaceAllUsesWith()
1142 void VPValue::replaceUsesWithIf( in replaceUsesWithIf() function in VPValue
H A DLoopVectorize.cpp9139 OrigExitingVPV->replaceUsesWithIf(NewExitingVPV, [](VPUser &U, unsigned) { in adjustRecipesForReductions()
9189 OrigExitingVPV->replaceUsesWithIf( in adjustRecipesForReductions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp257 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
H A DGuardWidening.cpp708 V->replaceUsesWithIf( in freezeAndPush()
H A DConstraintElimination.cpp1370 Cmp->replaceUsesWithIf(ConstantC, [&DT, NumIn, NumOut, in checkAndReplaceCondition()
H A DLoopIdiomRecognize.cpp2421 BitPos->replaceUsesWithIf(BitPosFrozen, [BitPosFrozen](Use &U) { in recognizeShiftUntilBitTest()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h314 void replaceUsesWithIf(Value *New,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1423 AI->replaceUsesWithIf(Replacement, [AICast, AILong](const Use &U) { in instrumentStack()
H A DDataFlowSanitizer.cpp1657 F.replaceUsesWithIf(NewF, IsNotCmpUse); in runImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2584 GEP.replaceUsesWithIf(Y, [&](Use &U) { in visitGetElementPtrInst()
4100 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
H A DInstCombineAndOrXor.cpp4081 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()
4217 Op->replaceUsesWithIf(NotOp, in freelyInvert()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2021 Alias.first->replaceUsesWithIf( in insertSpills()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1330 BB->replaceUsesWithIf(Succ, [BBPreds, CommonPred](Use &U) -> bool { in TryToSimplifyUncondBranchFromEmptyBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1871 OutlinedFn.getArg(1)->replaceUsesWithIf( in createTask()