Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h302 std::optional<StringRef> lookUpNameInProfile(StringRef FunctionName);
417 if (auto NameInProfile = Remapper->lookUpNameInProfile(Fname)) { in getSamplesFor()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp306 if (auto NameInProfile = Remapper->lookUpNameInProfile(CalleeName)) { in findFunctionSamplesAt()
H A DSampleProfReader.cpp1791 SampleProfileReaderItaniumRemapper::lookUpNameInProfile(StringRef Fname) { in lookUpNameInProfile() function in SampleProfileReaderItaniumRemapper
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp2182 if (auto MapName = Remapper->lookUpNameInProfile(OrigName)) { in runOnModule()
2293 if (auto RemppedName = Remapper->lookUpNameInProfile(CanonName)) { in runOnFunction()