Lines Matching refs:IRToProfileLocationMap
270 LocToLocMap &IRToProfileLocationMap) { in matchNonCallsiteLocs() argument
274 IRToProfileLocationMap.insert({From, To}); in matchNonCallsiteLocs()
357 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap, in runStaleProfileMatching() argument
363 assert(IRToProfileLocationMap.empty() && in runStaleProfileMatching()
403 matchNonCallsiteLocs(MatchedAnchors, IRAnchors, IRToProfileLocationMap); in runStaleProfileMatching()
459 auto &IRToProfileLocationMap = getIRToProfileLocationMap(F); in runOnFunction() local
460 runStaleProfileMatching(F, IRAnchors, ProfileAnchors, IRToProfileLocationMap, in runOnFunction()
465 &IRToProfileLocationMap); in runOnFunction()
471 const LocToLocMap *IRToProfileLocationMap) { in recordCallsiteMatchStates() argument
472 bool IsPostMatch = IRToProfileLocationMap != nullptr; in recordCallsiteMatchStates()
478 if (!IRToProfileLocationMap) in recordCallsiteMatchStates()
480 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates()
481 if (ProfileLoc != IRToProfileLocationMap->end()) in recordCallsiteMatchStates()