Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveDebugVariables.cpp562 SmallVector<InstrPos, 32> StashedDebugInstrs; member in __anon6f33c7c00411::LDVImpl
645 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()