Searched refs:replaceVariableLocationOp (Results 1 – 15 of 15) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | User.cpp | 38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
|
| H A D | IntrinsicInst.cpp | 114 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic 152 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
|
| H A D | Value.cpp | 578 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 238 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 D | LCSSA.cpp | 254 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
|
| H A D | LoopRotationUtils.cpp | 176 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
|
| H A D | Local.cpp | 1738 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs() 1895 DII->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues() 2110 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
|
| H A D | SimplifyCFG.cpp | 3023 DAI->replaceVariableLocationOp(OrigV, S); in SpeculativelyExecuteBB()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 582 DVI->replaceVariableLocationOp(OldAI, Info.AI); in runOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2711 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 2106 DbgInstruction->replaceVariableLocationOp(OldOp, MappedOp); in cloneInstructions()
|
| H A D | SROA.cpp | 3219 DAI->replaceVariableLocationOp(II.getDest(), AdjustedPtr); in visitMemTransferInst()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3036 DVI->replaceVariableLocationOp(New, Inst); in undo() 8276 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4181 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()
|
| H A D | InstCombineCalls.cpp | 304 DAI->replaceVariableLocationOp(FillC, FillVal); in SimplifyAnyMemSet()
|