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.cpp482 DenseMap<unsigned, unsigned> StackIdIndicesToIndex; member in __anoneb218b5c0111::IndexBitcodeWriter
514 StackIdIndicesToIndex.insert({StackIdIndex, StackIds.size()}); in IndexBitcodeWriter()
5073 assert(StackIdIndicesToIndex.contains(I)); in writeCombinedGlobalValueSummary()
5074 return StackIdIndicesToIndex[I]; in writeCombinedGlobalValueSummary()
5166 assert(StackIdIndicesToIndex.contains(I)); in writeCombinedGlobalValueSummary()
5167 return StackIdIndicesToIndex[I]; in writeCombinedGlobalValueSummary()