Searched refs:replaceUsesWithIf (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeReturned.cpp | 66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteKernelArguments.cpp | 124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
|
| H A D | AMDGPULowerModuleLDSPass.cpp | 1142 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 242 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
|
| H A D | ConstraintElimination.cpp | 787 Cmp->replaceUsesWithIf(TrueC, [](Use &U) { in checkAndReplaceCondition()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Value.cpp | 540 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf() function in Value 593 replaceUsesWithIf(New, [BB](Use &U) { in replaceUsesOutsideBlock()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Value.h | 314 void replaceUsesWithIf(Value *New,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineAndOrXor.cpp | 3571 Y->replaceUsesWithIf(NotY, in foldXorOfICmps() 3758 (*Op)->replaceUsesWithIf( in sinkNotIntoLogicalOp() 3827 (*OpToInvert)->replaceUsesWithIf(NotOpToInvert, [NotOpToInvert](Use &U) { in sinkNotIntoOtherHandOfLogicalOp()
|
| H A D | InstructionCombining.cpp | 3959 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1343 AI->replaceUsesWithIf(Replacement, [AICast, AILong](Use &U) { in instrumentStack()
|
| H A D | DataFlowSanitizer.cpp | 1649 F.replaceUsesWithIf(WrappedFnCst, IsNotCmpUse); in runImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1800 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
|
| H A D | IROutliner.cpp | 1960 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
|
| H A D | Attributor.cpp | 2672 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1851 Alias.first->replaceUsesWithIf( in insertSpills()
|