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