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.cpp575 SmallVector<InstrPos, 32> StashedDebugInstrs; member in llvm::LiveDebugVariables::LDVImpl
658 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()