Home
last modified time | relevance | path

Searched refs:StashedDebugInstrs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp561 SmallVector<InstrPos, 32> StashedDebugInstrs; member in __anon41ad64740411::LDVImpl
644 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()