Home
last modified time | relevance | path

Searched refs:ProfileLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp480 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates() local
481 if (ProfileLoc != IRToProfileLocationMap->end()) in recordCallsiteMatchStates()
482 return ProfileLoc->second; in recordCallsiteMatchStates()
490 const auto &ProfileLoc = MapIRLocToProfileLoc(I.first); in recordCallsiteMatchStates() local
492 const auto &It = ProfileAnchors.find(ProfileLoc); in recordCallsiteMatchStates()
497 auto It = CallsiteMatchStates.find(ProfileLoc); in recordCallsiteMatchStates()
499 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h865 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
866 if (ProfileLoc != IRToProfileLocationMap->end())
867 return ProfileLoc->second;