Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp563 SmallVector<InstrPos, 32> StashedDebugInstrs; member in __anon58a1900c0411::LDVImpl
646 StashedDebugInstrs.clear(); in clear()
893 StashedDebugInstrs.push_back({&MI, Idx, MBB}); in handleDebugInstr()
1898 for (auto *StashIt = StashedDebugInstrs.begin(); in emitDebugValues()
1899 StashIt != StashedDebugInstrs.end(); ++StashIt) { in emitDebugValues()
1912 while (NextItem != StashedDebugInstrs.end() && NextItem->Idx == Idx) { in emitDebugValues()