Searched refs:DVIs (Results 1 – 2 of 2) sorted by relevance
2589 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local2590 findDbgValues(DVIs, &I); in buildCoroutineFrame()2591 for (auto *DVI : DVIs) in buildCoroutineFrame()2675 SmallVector<DbgValueInst *, 16> DVIs; in buildCoroutineFrame() local2676 findDbgValues(DVIs, V); in buildCoroutineFrame()2677 llvm::for_each(DVIs, [&](DbgValueInst *DVI) { in buildCoroutineFrame()
2619 SmallVector<DbgVariableIntrinsic *, 8> DVIs; in visitAllocSite() local2622 findDbgUsers(DVIs, &MI); in visitAllocSite()2656 for (auto *DVI : DVIs) in visitAllocSite()2697 for (auto *DVI : DVIs) in visitAllocSite()