Lines Matching defs:ProfileAnchors
128 AnchorMap &ProfileAnchors) const {
134 AnchorMap &ProfileAnchors) {
135 auto Ret = ProfileAnchors.try_emplace(Loc, CalleeName);
148 InsertAnchor(Loc, C.first, ProfileAnchors);
156 InsertAnchor(Loc, C.first, ProfileAnchors);
268 // Filter the non-call locations from IRAnchors and ProfileAnchors and write
271 const AnchorMap &IRAnchors, const AnchorMap &ProfileAnchors,
279 for (const auto &I : ProfileAnchors)
302 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap,
313 getFilteredAnchorList(IRAnchors, ProfileAnchors, FilteredIRAnchorsList,
380 AnchorMap ProfileAnchors;
381 findProfileAnchors(*FSForMatching, ProfileAnchors);
385 recordCallsiteMatchStates(F, IRAnchors, ProfileAnchors, nullptr);
406 runStaleProfileMatching(F, IRAnchors, ProfileAnchors, IRToProfileLocationMap,
410 recordCallsiteMatchStates(F, IRAnchors, ProfileAnchors,
416 const AnchorMap &ProfileAnchors,
438 const auto &It = ProfileAnchors.find(ProfileLoc);
439 if (It == ProfileAnchors.end())
457 for (const auto &I : ProfileAnchors) {
771 AnchorMap ProfileAnchors;
772 findProfileAnchors(*FSForMatching, ProfileAnchors);
776 getFilteredAnchorList(IRAnchors, ProfileAnchors, FilteredIRAnchorsList,