Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp781 DenseSet<uint64_t> FuncGuidsToUse; in readFuncProfiles() local
784 FuncGuidsToUse.insert(Function::getGUID(Name)); in readFuncProfiles()
803 if ((useMD5() && FuncGuidsToUse.count(std::stoull(FName.data()))) || in readFuncProfiles()