Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h298 Optional<StringRef> lookUpNameInProfile(StringRef FunctionName);
428 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp301 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt()
H A DSampleProfReader.cpp1750 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() function in SampleProfileReaderItaniumRemapper
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2054 if (auto MapName = Remapper->lookUpNameInProfile(OrigName)) { in runOnModule()