Home
last modified time | relevance | path

Searched refs:replaceVariableLocationOp (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DUser.cpp38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
H A DIntrinsicInst.cpp114 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic
152 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
H A DValue.cpp578 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h238 void replaceVariableLocationOp(Value *OldValue, Value *NewValue);
239 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
278 replaceVariableLocationOp(OldValue, Poison); in setKillLocation()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp254 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
H A DLoopRotationUtils.cpp176 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
H A DLocal.cpp1738 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs()
1895 DII->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues()
2110 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
H A DSimplifyCFG.cpp3023 DAI->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp582 DVI->replaceVariableLocationOp(OldAI, Info.AI); in runOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2711 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2106 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
H A DSROA.cpp3219 DAI->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3036 DVI->replaceVariableLocationOp(New, Inst); in undo()
8276 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4181 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()
H A DInstCombineCalls.cpp304 DAI->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()