Searched refs:ProfileLoc (Results 1 – 2 of 2) sorted by relevance
480 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates() local481 if (ProfileLoc != IRToProfileLocationMap->end()) in recordCallsiteMatchStates()482 return ProfileLoc->second; in recordCallsiteMatchStates()490 const auto &ProfileLoc = MapIRLocToProfileLoc(I.first); in recordCallsiteMatchStates() local492 const auto &It = ProfileAnchors.find(ProfileLoc); in recordCallsiteMatchStates()497 auto It = CallsiteMatchStates.find(ProfileLoc); in recordCallsiteMatchStates()499 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
865 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);866 if (ProfileLoc != IRToProfileLocationMap->end())867 return ProfileLoc->second;