Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h185 ArrayRef<uint64_t> getKnownColdHashes() const { in getKnownColdHashes() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1565 for (uint64_t Hash : DataAccessProfileData->getKnownColdHashes()) in getAllMemProfData()