Lines Matching defs:IRToProfileLocationMap
215 LocToLocMap &IRToProfileLocationMap) {
219 IRToProfileLocationMap.insert({From, To});
302 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap,
308 assert(IRToProfileLocationMap.empty() &&
338 // IRToProfileLocationMap.
346 // IRToProfileLocationMap.
348 matchNonCallsiteLocs(MatchedAnchors, IRAnchors, IRToProfileLocationMap);
403 // The matching result will be saved to IRToProfileLocationMap, create a
405 auto &IRToProfileLocationMap = getIRToProfileLocationMap(F);
406 runStaleProfileMatching(F, IRAnchors, ProfileAnchors, IRToProfileLocationMap,
411 &IRToProfileLocationMap);
417 const LocToLocMap *IRToProfileLocationMap) {
418 bool IsPostMatch = IRToProfileLocationMap != nullptr;
423 // IRToProfileLocationMap is null in pre-match phrase.
424 if (!IRToProfileLocationMap)
426 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
427 if (ProfileLoc != IRToProfileLocationMap->end())