Searched refs:IRToProfileLocationMap (Results 1 – 2 of 2) sorted by relevance
862 if (!IRToProfileLocationMap)864 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);865 if (ProfileLoc != IRToProfileLocationMap->end())1079 assert(IRToProfileLocationMap == nullptr && "this should be set only once");1080 IRToProfileLocationMap = LTLM;1287 const LocToLocMap *IRToProfileLocationMap = nullptr;
506 LocToLocMap &IRToProfileLocationMap);2345 LocToLocMap &IRToProfileLocationMap) { in runStaleProfileMatching() argument2348 assert(IRToProfileLocationMap.empty() && in runStaleProfileMatching()2368 IRToProfileLocationMap.insert({From, To}); in runStaleProfileMatching()