Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp302 GV->replaceUsesWithIf(GEP, [F](Use &U) { in processUsedLDS()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp256 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp528 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 DValue.h315 void replaceUsesWithIf(Value *New,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp985 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
H A DLowerTypeTests.cpp1787 Old->replaceUsesWithIf(New, [](Use &U) { return isDirectCall(U); }); in replaceDirectCalls()
H A DAttributor.cpp2006 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1255 AI->replaceUsesWithIf(Replacement, in instrumentStack()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1758 Alias.first->replaceUsesWithIf( in insertSpills()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1337 IV->replaceUsesWithIf(UpdatedIV, [&](Use &U) { in createStaticWorkshareLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3607 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeDominatedUses()
H A DInstCombineAndOrXor.cpp3118 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()