Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DUser.cpp38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
H A DIntrinsicInst.cpp113 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic
133 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
H A DValue.cpp575 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsicInst.h210 void replaceVariableLocationOp(Value *OldValue, Value *NewValue);
211 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue);
248 replaceVariableLocationOp(OldValue, Undef); in setUndef()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp248 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
H A DLocal.cpp600 DII->replaceVariableLocationOp(I, Undef); in replaceDbgUsesWithUndef()
1674 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs()
1788 DII->replaceVariableLocationOp(&I, Op0); in salvageDebugInfoForDbgValues()
1802 DII->replaceVariableLocationOp(I.getOperand(0), Undef); in salvageDebugInfoForDbgValues()
1813 DII->replaceVariableLocationOp(&I, Undef); in salvageDebugInfoForDbgValues()
2004 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
H A DLoopRotationUtils.cpp176 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp602 DVI->replaceVariableLocationOp(OldAI, Info.AI); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2630 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2935 DVI->replaceVariableLocationOp(New, Inst); in undo()
8126 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4123 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()