Home
last modified time | relevance | path

Searched refs:IRToProfileLocationMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp270 LocToLocMap &IRToProfileLocationMap) { in matchNonCallsiteLocs() argument
274 IRToProfileLocationMap.insert({From, To}); in matchNonCallsiteLocs()
357 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap, in runStaleProfileMatching() argument
363 assert(IRToProfileLocationMap.empty() && in runStaleProfileMatching()
403 matchNonCallsiteLocs(MatchedAnchors, IRAnchors, IRToProfileLocationMap); in runStaleProfileMatching()
459 auto &IRToProfileLocationMap = getIRToProfileLocationMap(F); in runOnFunction() local
460 runStaleProfileMatching(F, IRAnchors, ProfileAnchors, IRToProfileLocationMap, in runOnFunction()
465 &IRToProfileLocationMap); in runOnFunction()
471 const LocToLocMap *IRToProfileLocationMap) { in recordCallsiteMatchStates() argument
472 bool IsPostMatch = IRToProfileLocationMap != nullptr; in recordCallsiteMatchStates()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h169 const LocToLocMap *IRToProfileLocationMap);
224 LocToLocMap &IRToProfileLocationMap);
227 LocToLocMap &IRToProfileLocationMap,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h863 if (!IRToProfileLocationMap)
865 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
866 if (ProfileLoc != IRToProfileLocationMap->end())
1084 assert(IRToProfileLocationMap == nullptr && "this should be set only once");
1085 IRToProfileLocationMap = LTLM;
1294 const LocToLocMap *IRToProfileLocationMap = nullptr;