Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp448 DenseMap<unsigned, unsigned> StackIdIndicesToIndex; member in __anoneb218b5c0111::IndexBitcodeWriter
480 StackIdIndicesToIndex.insert({StackIdIndex, StackIds.size()}); in IndexBitcodeWriter()
4703 assert(StackIdIndicesToIndex.contains(I)); in writeCombinedGlobalValueSummary()
4704 return StackIdIndicesToIndex[I]; in writeCombinedGlobalValueSummary()