Searched refs:StashedDebugInstrs (Results 1 – 1 of 1) sorted by relevance
562 SmallVector<InstrPos, 32> StashedDebugInstrs; member in __anon6f33c7c00411::LDVImpl645 StashedDebugInstrs.clear(); in clear()892 StashedDebugInstrs.push_back({&MI, Idx, MBB}); in handleDebugInstr()1897 for (auto *StashIt = StashedDebugInstrs.begin(); in emitDebugValues()1898 StashIt != StashedDebugInstrs.end(); ++StashIt) { in emitDebugValues()1911 while (NextItem != StashedDebugInstrs.end() && NextItem->Idx == Idx) { in emitDebugValues()