Searched refs:ProfileLoc (Results 1 – 2 of 2) sorted by relevance
427 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates() local428 if (ProfileLoc != IRToProfileLocationMap->end()) in recordCallsiteMatchStates()429 return ProfileLoc->second; in recordCallsiteMatchStates()437 const auto &ProfileLoc = MapIRLocToProfileLoc(I.first); in recordCallsiteMatchStates() local439 const auto &It = ProfileAnchors.find(ProfileLoc); in recordCallsiteMatchStates()444 auto It = CallsiteMatchStates.find(ProfileLoc); in recordCallsiteMatchStates()446 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
877 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);878 if (ProfileLoc != IRToProfileLocationMap->end())879 return ProfileLoc->second;