Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h428 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor() local
429 auto It = Profiles.find(*NameInProfile); in getSamplesFor()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp301 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt() local
302 auto FS = iter->second.find(*NameInProfile); in findFunctionSamplesAt()