Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfReader.cpp855 DenseSet<uint64_t> FuncGuidsToUse; in readFuncProfiles() local
858 FuncGuidsToUse.insert(Function::getGUID(Name)); in readFuncProfiles()
877 if ((useMD5() && FuncGuidsToUse.count(std::stoull(FName.data()))) || in readFuncProfiles()