Searched refs:StashedDebugInstrs (Results 1 – 1 of 1) sorted by relevance
575 SmallVector<InstrPos, 32> StashedDebugInstrs; member in llvm::LiveDebugVariables::LDVImpl658 StashedDebugInstrs.clear(); in clear()903 StashedDebugInstrs.push_back({&MI, Idx, MBB}); in handleDebugInstr()1942 for (auto *StashIt = StashedDebugInstrs.begin(); in emitDebugValues()1943 StashIt != StashedDebugInstrs.end(); ++StashIt) { in emitDebugValues()1956 while (NextItem != StashedDebugInstrs.end() && NextItem->Idx == Idx) { in emitDebugValues()