Searched refs:FilteredProfileAnchorList (Results 1 – 2 of 2) sorted by relevance
327 AnchorList &FilteredIRAnchorsList, AnchorList &FilteredProfileAnchorList) { in getFilteredAnchorList() argument335 FilteredProfileAnchorList.emplace_back(I); in getFilteredAnchorList()366 AnchorList FilteredProfileAnchorList; in runStaleProfileMatching() local369 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() local815 FilteredProfileAnchorList); in functionMatchesProfileHelper()[all …]
160 AnchorList &FilteredProfileAnchorList);