Searched refs:replaceVariableLocationOp (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | User.cpp | 38 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
|
| H A D | IntrinsicInst.cpp | 113 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic 133 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
|
| H A D | Value.cpp | 575 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 210 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 D | LCSSA.cpp | 248 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
|
| H A D | Local.cpp | 600 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 D | LoopRotationUtils.cpp | 176 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 602 DVI->replaceVariableLocationOp(OldAI, Info.AI); in runOnFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2630 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2935 DVI->replaceVariableLocationOp(New, Inst); in undo() 8126 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4123 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()
|