Searched refs:DVIs (Results 1 – 3 of 3) sorted by relevance
184 SmallVector<DbgValueInst *, 1> DVIs; in TEST() local185 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()
2798 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local2799 findDbgValues(DVIs, V); in buildCoroutineFrame()2800 for (DbgValueInst *DVI : DVIs) in buildCoroutineFrame()
2852 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local2855 findDbgUsers(DVIs, &MI); in visitAllocSite()2889 for (auto *DVI : DVIs) in visitAllocSite()2930 for (auto *DVI : DVIs) in visitAllocSite()