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.cpp273 AnchorList &FilteredIRAnchorsList, AnchorList &FilteredProfileAnchorList) { in getFilteredAnchorList() argument
281 FilteredProfileAnchorList.emplace_back(I); in getFilteredAnchorList()
312 AnchorList FilteredProfileAnchorList; in runStaleProfileMatching() local
315 FilteredProfileAnchorList); in runStaleProfileMatching()
317 if (FilteredIRAnchorsList.empty() || FilteredProfileAnchorList.empty()) in runStaleProfileMatching()
321 FilteredProfileAnchorList.size() > SalvageStaleProfileMaxCallsites) { in runStaleProfileMatching()
326 << FilteredProfileAnchorList.size() << "\n"); in runStaleProfileMatching()
341 longestCommonSequence(FilteredIRAnchorsList, FilteredProfileAnchorList, in runStaleProfileMatching()
805 AnchorList FilteredProfileAnchorList; in functionMatchesProfileHelper() local
807 FilteredProfileAnchorList); in functionMatchesProfileHelper()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h160 AnchorList &FilteredProfileAnchorList);