Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h349 static const uint64_t MaxCounterValue = (1ULL << 56); variable
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp743 if (CounterValue > MaxCounterValue && Warn) in readRawCounts()