Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeReturned.cpp66 Arg->replaceUsesWithIf(&CB, in visitCallBase()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteKernelArguments.cpp124 Ptr->replaceUsesWithIf(CastBack, in promotePointer()
H A DAMDGPULowerModuleLDSPass.cpp1142 GV->replaceUsesWithIf(GEP, Predicate); in replaceLDSVariablesWithStruct()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp242 I.replaceUsesWithIf(IC, [N](Use &U) { in sinkInstruction()
H A DConstraintElimination.cpp787 Cmp->replaceUsesWithIf(TrueC, [](Use &U) { in checkAndReplaceCondition()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp540 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 DValue.h314 void replaceUsesWithIf(Value *New,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp330 DefBefore->replaceUsesWithIf(MD, [MD](Use &U) { in insertDef()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3571 Y->replaceUsesWithIf(NotY, in foldXorOfICmps()
3758 (*Op)->replaceUsesWithIf( in sinkNotIntoLogicalOp()
3827 (*OpToInvert)->replaceUsesWithIf(NotOpToInvert, [NotOpToInvert](Use &U) { in sinkNotIntoOtherHandOfLogicalOp()
H A DInstructionCombining.cpp3959 Op->replaceUsesWithIf(&FI, [&](Use &U) -> bool { in freezeOtherUses()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1343 AI->replaceUsesWithIf(Replacement, [AICast, AILong](Use &U) { in instrumentStack()
H A DDataFlowSanitizer.cpp1649 F.replaceUsesWithIf(WrappedFnCst, IsNotCmpUse); in runImpl()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1800 Old->replaceUsesWithIf(New, isDirectCall); in replaceDirectCalls()
H A DIROutliner.cpp1960 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()
H A DAttributor.cpp2672 F->replaceUsesWithIf(InternalizedFn, IsNotInternalized); in internalizeFunctions()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1851 Alias.first->replaceUsesWithIf( in insertSpills()