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.cpp216 LocToLocMap &IRToProfileLocationMap) { in matchNonCallsiteLocs() argument
220 IRToProfileLocationMap.insert({From, To}); in matchNonCallsiteLocs()
303 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap, in runStaleProfileMatching() argument
309 assert(IRToProfileLocationMap.empty() && in runStaleProfileMatching()
349 matchNonCallsiteLocs(MatchedAnchors, IRAnchors, IRToProfileLocationMap); in runStaleProfileMatching()
406 auto &IRToProfileLocationMap = getIRToProfileLocationMap(F); in runOnFunction() local
407 runStaleProfileMatching(F, IRAnchors, ProfileAnchors, IRToProfileLocationMap, in runOnFunction()
412 &IRToProfileLocationMap); in runOnFunction()
418 const LocToLocMap *IRToProfileLocationMap) { in recordCallsiteMatchStates() argument
419 bool IsPostMatch = IRToProfileLocationMap != nullptr; in recordCallsiteMatchStates()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h169 const LocToLocMap *IRToProfileLocationMap);
213 LocToLocMap &IRToProfileLocationMap);
216 LocToLocMap &IRToProfileLocationMap,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h875 if (!IRToProfileLocationMap)
877 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
878 if (ProfileLoc != IRToProfileLocationMap->end())
1096 assert(IRToProfileLocationMap == nullptr && "this should be set only once");
1097 IRToProfileLocationMap = LTLM;
1306 const LocToLocMap *IRToProfileLocationMap = nullptr;