Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp184 SmallVector<DbgValueInst *, 1> DVIs; in TEST() local
185 findDbgValues(DVIs, &I); in TEST()
189 EXPECT_EQ(DVIs[0]->getNumVariableLocationOps(), 1u); in TEST()
190 EXPECT_TRUE(isa<UndefValue>(DVIs[0]->getValue(0))); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2798 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local
2799 findDbgValues(DVIs, V); in buildCoroutineFrame()
2800 for (DbgValueInst *DVI : DVIs) in buildCoroutineFrame()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2852 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local
2855 findDbgUsers(DVIs, &MI); in visitAllocSite()
2889 for (auto *DVI : DVIs) in visitAllocSite()
2930 for (auto *DVI : DVIs) in visitAllocSite()