Searched refs:replaceDbgDeclare (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 273 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 310 bool replaceDbgDeclare(Value *Address, Value *NewAddress,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 155 replaceDbgDeclare(AI, NewBase, DII, DIB, DIExpression::NoDeref, 0, in TEST()
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 604 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB, in moveStaticAllocasToUnsafeStack()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1226 bool llvm::replaceDbgDeclare(Value *Address, Value *NewAddress, in replaceDbgDeclare() function in llvm 1248 return replaceDbgDeclare(AI, NewAllocaAddress, AI->getNextNode(), Builder, in replaceDbgDeclareForAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 575 replaceDbgDeclare(Arg, BasePointer, BasePointer->getNextNode(), DIB, in moveStaticAllocasToUnsafeStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1528 bool llvm::replaceDbgDeclare(Value *Address, Value *NewAddress, in replaceDbgDeclare() function in llvm 1551 return replaceDbgDeclare(AI, NewAllocaAddress, AI->getNextNode(), Builder, in replaceDbgDeclareForAlloca()
|