Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp49 void SampleProfileMatcher::findIRAnchors(const Function &F, in findIRAnchors()
119 void SampleProfileMatcher::findProfileAnchors(const FunctionSamples &FS, in findProfileAnchors()
152 bool SampleProfileMatcher::functionHasProfile(const FunctionId &IRFuncName, in functionHasProfile()
161 bool SampleProfileMatcher::isProfileUnused(const FunctionId &ProfileFuncName) { in isProfileUnused()
165 bool SampleProfileMatcher::functionMatchesProfile( in functionMatchesProfile()
187 SampleProfileMatcher::longestCommonSequence(const AnchorList &AnchorList1, in longestCommonSequence()
268 void SampleProfileMatcher::matchNonCallsiteLocs( in matchNonCallsiteLocs()
325 void SampleProfileMatcher::getFilteredAnchorList( in getFilteredAnchorList()
355 void SampleProfileMatcher::runStaleProfileMatching( in runStaleProfileMatching()
406 void SampleProfileMatcher::runOnFunction(Function &F) { in runOnFunction()
[all …]
H A DSampleProfile.cpp600 std::unique_ptr<SampleProfileMatcher> MatchingManager;
2071 MatchingManager = std::make_unique<SampleProfileMatcher>( in doInitialization()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h26 class SampleProfileMatcher {
120 SampleProfileMatcher( in SampleProfileMatcher() function
/freebsd/lib/clang/libllvm/
H A DMakefile1764 SRCS_MIN+= Transforms/IPO/SampleProfileMatcher.cpp