Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProfReader.cpp269 auto RawCounts = makeArrayRef(getCounter(Data->CounterPtr), NumCounters); in readNextRecord() local
275 RawCounts.data() < CountersStart || in readNextRecord()
276 RawCounts.data() + RawCounts.size() > NamesStartAsCounter) in readNextRecord()
284 Counts.reserve(RawCounts.size()); in readNextRecord()
285 for (uint64_t Count : RawCounts) in readNextRecord()
289 Record.Counts = RawCounts; in readNextRecord()