Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp327 AnchorList &FilteredIRAnchorsList, AnchorList &FilteredProfileAnchorList) { in getFilteredAnchorList() argument
335 FilteredProfileAnchorList.emplace_back(I); in getFilteredAnchorList()
366 AnchorList FilteredProfileAnchorList; in runStaleProfileMatching() local
369 FilteredProfileAnchorList); in runStaleProfileMatching()
371 if (FilteredIRAnchorsList.empty() || FilteredProfileAnchorList.empty()) in runStaleProfileMatching()
375 FilteredProfileAnchorList.size() > SalvageStaleProfileMaxCallsites) { in runStaleProfileMatching()
380 << FilteredProfileAnchorList.size() << "\n"); in runStaleProfileMatching()
395 longestCommonSequence(FilteredIRAnchorsList, FilteredProfileAnchorList, in runStaleProfileMatching()
813 AnchorList FilteredProfileAnchorList; in functionMatchesProfileHelper() local
815 FilteredProfileAnchorList); in functionMatchesProfileHelper()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h160 AnchorList &FilteredProfileAnchorList);