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.cpp427 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates() local
428 if (ProfileLoc != IRToProfileLocationMap->end()) in recordCallsiteMatchStates()
429 return ProfileLoc->second; in recordCallsiteMatchStates()
437 const auto &ProfileLoc = MapIRLocToProfileLoc(I.first); in recordCallsiteMatchStates() local
439 const auto &It = ProfileAnchors.find(ProfileLoc); in recordCallsiteMatchStates()
444 auto It = CallsiteMatchStates.find(ProfileLoc); in recordCallsiteMatchStates()
446 CallsiteMatchStates.emplace(ProfileLoc, MatchState::InitialMatch); in recordCallsiteMatchStates()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h877 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
878 if (ProfileLoc != IRToProfileLocationMap->end())
879 return ProfileLoc->second;