| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeReturned.cpp | 66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | Value.cpp | 82 void Value::replaceUsesWithIf(Value newValue, in replaceUsesWithIf() function in Value
|
| H A D | PatternMatch.cpp | 224 std::get<0>(it).replaceUsesWithIf(std::get<1>(it), functor); in replaceOpWithIf()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | DecomposeLinalgOps.cpp | 341 inputBlockArg.value().replaceUsesWithIf( in matchAndRewrite() 348 inputBlockArg.value().replaceUsesWithIf( in matchAndRewrite()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteKernelArguments.cpp | 124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
|
| H A D | AMDGPULowerModuleLDSPass.cpp | 418 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | CSE.cpp | 125 std::get<0>(it).replaceUsesWithIf( in replaceUsesAndDelete()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 242 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
|
| H A D | ConstraintElimination.cpp | 762 Cmp->replaceUsesWithIf( in eliminateConstraints()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Value.h | 180 void replaceUsesWithIf(Value newValue,
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Value.cpp | 537 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf() function in Value 590 replaceUsesWithIf(New, [BB](Use &U) { in replaceUsesOutsideBlock()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/ |
| H A D | TileUsingInterface.cpp | 369 source.replaceUsesWithIf(target, [&](OpOperand &use) { in replaceIterArgs()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/ |
| H A D | Utils.cpp | 85 std::get<0>(it).replaceUsesWithIf(std::get<1>(it), [&](OpOperand &use) { in replaceLoopWithNewYields() 235 orig.replaceUsesWithIf(repl, [&](OpOperand &opOperand) { in outlineSingleBlockRegion()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Value.h | 314 void replaceUsesWithIf(Value *New,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1331 AI->replaceUsesWithIf(Replacement, [AICast, AILong](Use &U) { in instrumentStack()
|
| H A D | DataFlowSanitizer.cpp | 1492 F.replaceUsesWithIf(WrappedFnCst, IsNotCmpUse); in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1778 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
|
| H A D | IROutliner.cpp | 1947 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
|
| H A D | Attributor.cpp | 2415 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1809 Alias.first->replaceUsesWithIf( in insertSpills()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | DialectConversion.cpp | 1090 arg.replaceUsesWithIf(repl, [&](OpOperand &operand) { in applyRewrites()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3906 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
|
| H A D | InstCombineAndOrXor.cpp | 3276 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()
|