Searched refs:NewAllocaAddress (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Local.h | 304 void replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2187 void llvm::replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgValueForAlloca() argument 2196 DVI->getExpression(), NewAllocaAddress, DVI, in replaceDbgValueForAlloca() 2202 DVR->getExpression(), NewAllocaAddress, nullptr, in replaceDbgValueForAlloca()
|