/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyOptimizeReturned.cpp | 66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ElimAvailExtern.cpp | 86 F.replaceUsesWithIf(Decl, in convertToLocalCopy()
|
H A D | LowerTypeTests.cpp | 1949 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
|
H A D | IROutliner.cpp | 1956 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteKernelArguments.cpp | 124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
|
H A D | AMDGPULowerModuleLDSPass.cpp | 1292 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
|
H A D | AMDGPULowerBufferFatPointers.cpp | 1004 I->replaceUsesWithIf(Poison, [&](const Use &U) -> bool { in killAndReplaceSplitInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 168 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 D | VPlanValue.h | 154 void replaceUsesWithIf(
|
H A D | VPlan.cpp | 1422 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 D | LoopSink.cpp | 257 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
|
H A D | GuardWidening.cpp | 713 V->replaceUsesWithIf( in freezeAndPush()
|
H A D | ConstraintElimination.cpp | 1408 Cmp->replaceUsesWithIf(ConstantC, [&DT, NumIn, NumOut, in checkAndReplaceCondition()
|
H A D | LoopIdiomRecognize.cpp | 2638 BitPos->replaceUsesWithIf(BitPosFrozen, [BitPosFrozen](Use &U) { in recognizeShiftUntilBitTest()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Value.cpp | 542 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 D | SandboxIR.cpp | 110 void Value::replaceUsesWithIf( in replaceUsesWithIf() function in Value 115 Val->replaceUsesWithIf( in replaceUsesWithIf()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Value.h | 314 void replaceUsesWithIf(Value *New,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 596 Info.AI->replaceUsesWithIf(TagPCall, [&](const Use &U) { in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 270 void replaceUsesWithIf(Value *OtherV,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2015 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 D | HWAddressSanitizer.cpp | 1462 AI->replaceUsesWithIf(Replacement, [AICast, AILong](const Use &U) { in instrumentStack()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2933 GEP.replaceUsesWithIf(Y, [&](Use &U) { in visitGetElementPtrInst() 4588 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
|
H A D | InstCombineAndOrXor.cpp | 4212 Y->replaceUsesWithIf(NotY, in foldXorOfICmps() 4349 Op->replaceUsesWithIf(NotOp, in freelyInvert()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2051 Alias.first->replaceUsesWithIf( in insertSpills()
|