Searched refs:replaceDbgValueForAlloca (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 290 void replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 329 void replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress,
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 621 replaceDbgValueForAlloca(AI, BasePointer, DIB, -Offset); in moveStaticAllocasToUnsafeStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 593 replaceDbgValueForAlloca(AI, BasePointer, DIB, -Offset); in moveStaticAllocasToUnsafeStack()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1281 void llvm::replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgValueForAlloca() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1583 void llvm::replaceDbgValueForAlloca(AllocaInst *AI, Value *NewAllocaAddress, in replaceDbgValueForAlloca() function in llvm
|