Searched refs:SampleMaxCount (Results 1 – 1 of 1) sorted by relevance
1408 uint64_t SampleMaxCount = std::max(E.second.first, E.second.second); in adjustInstrProfile() local1409 if (SampleMaxCount < ColdSampleThreshold) in adjustInstrProfile()1428 bool SetToHot = SampleMaxCount >= HotSampleThreshold; in adjustInstrProfile()