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.cpp58 void SampleProfileMatcher::findIRAnchors(const Function &F, in findIRAnchors()
128 void SampleProfileMatcher::findProfileAnchors(const FunctionSamples &FS, in findProfileAnchors()
161 bool SampleProfileMatcher::functionHasProfile(const FunctionId &IRFuncName, in functionHasProfile()
170 bool SampleProfileMatcher::isProfileUnused(const FunctionId &ProfileFuncName) { in isProfileUnused()
174 bool SampleProfileMatcher::functionMatchesProfile( in functionMatchesProfile()
196 SampleProfileMatcher::longestCommonSequence(const AnchorList &AnchorList1, in longestCommonSequence()
214 void SampleProfileMatcher::matchNonCallsiteLocs( in matchNonCallsiteLocs()
271 void SampleProfileMatcher::getFilteredAnchorList( in getFilteredAnchorList()
301 void SampleProfileMatcher::runStaleProfileMatching( in runStaleProfileMatching()
352 void SampleProfileMatcher::runOnFunction(Function &F) { in runOnFunction()
[all …]
H A DSampleProfile.cpp601 std::unique_ptr<SampleProfileMatcher> MatchingManager;
2080 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 DMakefile1907 SRCS_MIN+= Transforms/IPO/SampleProfileMatcher.cpp