Home
last modified time | relevance | path

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

/external/llvm/unittests/Transforms/Utils/
DCloning.cpp249 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI() local
250 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI()
262 DBuilder.insertDbgValueIntrinsic(AllocaContent, 0, Variable, E, DL, in CreateOldFunctionBodyAndDI()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp493 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI() local
494 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI()
504 DBuilder.insertDbgValueIntrinsic(AllocaContent, Variable, E, DL, Entry); in CreateOldFunctionBodyAndDI()