Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp187 SavedDbgValuesMap &EntryDbgValues) { in stashEntryDbgValues() argument
212 EntryDbgValues[&MBB].push_back(&MI); in stashEntryDbgValues()
216 if (auto It = EntryDbgValues.find(&MBB); It != EntryDbgValues.end()) in stashEntryDbgValues()
244 SavedDbgValuesMap EntryDbgValues; in run() local
246 stashEntryDbgValues(*SaveBlock, EntryDbgValues); in run()
268 for (auto &I : EntryDbgValues) in run()