Searched refs:replaceUsesWithIf (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyOptimizeReturned.cpp | 66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerModuleLDSPass.cpp | 302 GV->replaceUsesWithIf(GEP, [F](Use &U) { in processUsedLDS()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSink.cpp | 256 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Value.cpp | 528 void Value::replaceUsesWithIf(Value *New, in replaceUsesWithIf() function in Value 583 replaceUsesWithIf(New, [BB](Use &U) { in replaceUsesOutsideBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Value.h | 315 void replaceUsesWithIf(Value *New,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 985 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
|
| H A D | LowerTypeTests.cpp | 1787 Old->replaceUsesWithIf(New, [](Use &U) { return isDirectCall(U); }); in replaceDirectCalls()
|
| H A D | Attributor.cpp | 2006 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1255 AI->replaceUsesWithIf(Replacement, in instrumentStack()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1758 Alias.first->replaceUsesWithIf( in insertSpills()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1337 IV->replaceUsesWithIf(UpdatedIV, [&](Use &U) { in createStaticWorkshareLoop()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3607 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeDominatedUses()
|
| H A D | InstCombineAndOrXor.cpp | 3118 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()
|