Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp474 if (TemporalProfTimestamps.empty()) { in getTemporalProfTraces()
479 std::sort(TemporalProfTimestamps.begin(), TemporalProfTimestamps.end()); in getTemporalProfTraces()
483 for (auto &[TimestampValue, NameRef] : TemporalProfTimestamps) in getTemporalProfTraces()
725 TemporalProfTimestamps.emplace_back(TimestampValue, in readRawCounts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h318 std::vector<std::pair<uint64_t, uint64_t>> TemporalProfTimestamps; variable