Searched refs:replaceVariableLocationOp (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
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 | User.cpp | 36 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
|
H A D | Value.cpp | 542 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LCSSA.cpp | 249 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
|
H A D | Local.cpp | 578 DII->replaceVariableLocationOp(I, Undef); in replaceDbgUsesWithUndef() 1653 NewDbgII->replaceVariableLocationOp(VI, PHI); in insertDebugValuesForPHIs() 1748 DII->replaceVariableLocationOp(&I, I.getOperand(0)); in salvageDebugInfoForDbgValues() 1757 DII->replaceVariableLocationOp(I.getOperand(0), Undef); in salvageDebugInfoForDbgValues() 1768 DII->replaceVariableLocationOp(&I, Undef); in salvageDebugInfoForDbgValues() 1970 DII->replaceVariableLocationOp(&From, &To); in rewriteDebugUsers()
|
H A D | LoopRotationUtils.cpp | 186 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 709 DVI->replaceVariableLocationOp(Info.OldAI, Info.AI); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1321 DVI->replaceVariableLocationOp(V, NewAI); in sanitizeFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2515 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2912 DVI->replaceVariableLocationOp(New, Inst); in undo() 7984 DVI.replaceVariableLocationOp(Location, SunkAddr); in fixupDbgValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3594 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 5902 DVI->replaceVariableLocationOp(Idx, EVHandle); in DbgApplyEqualValues()
|