Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp82 void DbgVariableIntrinsic::replaceVariableLocationOp(Value *OldValue, in replaceVariableLocationOp() function in DbgVariableIntrinsic
102 void DbgVariableIntrinsic::replaceVariableLocationOp(unsigned OpIdx, in replaceVariableLocationOp() function in DbgVariableIntrinsic
H A DUser.cpp36 DVI->replaceVariableLocationOp(From, To); in replaceUsesOfWith()
H A DValue.cpp542 DVI->replaceVariableLocationOp(V, New); in replaceDbgUsesOutsideBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsicInst.h205 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 DLCSSA.cpp249 DVI->replaceVariableLocationOp(I, V); in formLCSSAForInstructions()
H A DLocal.cpp578 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 DLoopRotationUtils.cpp186 DbgValue->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp709 DVI->replaceVariableLocationOp(Info.OldAI, Info.AI); in runOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1321 DVI->replaceVariableLocationOp(V, NewAI); in sanitizeFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2515 DVI->replaceVariableLocationOp(OriginalStorage, Storage); in salvageDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2912 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 DInstructionCombining.cpp3594 DIIClones.back()->replaceVariableLocationOp(I, I->getOperand(0)); in TryToSinkInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5902 DVI->replaceVariableLocationOp(Idx, EVHandle); in DbgApplyEqualValues()