Searched refs:replaceVariableLocationOp (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | User.cpp | 36 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
|
| H A D | IntrinsicInst.cpp | 82 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic 102 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
|
| H A D | Value.cpp | 568 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 205 void replaceVariableLocationOp(Value *OldValue, Value *NewValue); 206 void replaceVariableLocationOp(unsigned OpIdx, Value *NewValue); 243 replaceVariableLocationOp(OldValue, Undef); in setUndef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LCSSA.cpp | 249 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
|
| H A D | Local.cpp | 593 DII->replaceVariableLocationOp(I, Undef); in replaceDbgUsesWithUndef() 1662 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs() 1768 DII->replaceVariableLocationOp(&I, I.getOperand(0)); in salvageDebugInfoForDbgValues() 1781 DII->replaceVariableLocationOp(I.getOperand(0), Undef); in salvageDebugInfoForDbgValues() 1792 DII->replaceVariableLocationOp(&I, Undef); in salvageDebugInfoForDbgValues() 1994 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
|
| H A D | LoopRotationUtils.cpp | 186 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 674 DVI->replaceVariableLocationOp(Info.OldAI, Info.AI); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | HWAddressSanitizer.cpp | 1422 DVI->replaceVariableLocationOp(V, NewAI); in sanitizeFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 2576 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2916 DVI->replaceVariableLocationOp(New, Inst); in undo() 8016 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3757 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 6009 DI.replaceVariableLocationOp( in setShortFinalExpression()
|