Searched refs:StashedDebugInstrs (Results 1 – 1 of 1) sorted by relevance
561 SmallVector<InstrPos, 32> StashedDebugInstrs; member in __anon41ad64740411::LDVImpl644 StashedDebugInstrs.clear(); in clear()887 StashedDebugInstrs.push_back({&MI, Idx, MBB}); in handleDebugInstr()1894 for (auto *StashIt = StashedDebugInstrs.begin(); in emitDebugValues()1895 StashIt != StashedDebugInstrs.end(); ++StashIt) { in emitDebugValues()1908 while (NextItem != StashedDebugInstrs.end() && NextItem->Idx == Idx) { in emitDebugValues()