Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp497 Value* AllocaContent = IBuilder.getInt32(1); in CreateOldFunctionBodyAndDI() local
498 Instruction* Store = IBuilder.CreateStore(AllocaContent, Alloca); in CreateOldFunctionBodyAndDI()
509 DBuilder.insertDbgValueIntrinsic(AllocaContent, Variable, E, DL, Entry); in CreateOldFunctionBodyAndDI()