Home
last modified time | relevance | path

Searched refs:NewAllocaAddress (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLocal.h282 bool replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
290 void replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1246 bool llvm::replaceDbgDeclareForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgDeclareForAlloca() argument
1248 return replaceDbgDeclare(AI, NewAllocaAddress, AI->getNextNode(), Builder, in replaceDbgDeclareForAlloca()
1281 void llvm::replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgValueForAlloca() argument
1288 replaceOneDbgValueForAlloca(DVI, NewAllocaAddress, Builder, Offset); in replaceDbgValueForAlloca()