Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp120 AnchorMap &ProfileAnchors) const { in findProfileAnchors()
126 AnchorMap &ProfileAnchors) { in findProfileAnchors() argument
127 auto Ret = ProfileAnchors.try_emplace(Loc, CalleeName); in findProfileAnchors()
140 InsertAnchor(Loc, C.first, ProfileAnchors); in findProfileAnchors()
148 InsertAnchor(Loc, C.first, ProfileAnchors); in findProfileAnchors()
326 const AnchorMap &IRAnchors, const AnchorMap &ProfileAnchors, in getFilteredAnchorList() argument
334 for (const auto &I : ProfileAnchors) in getFilteredAnchorList()
357 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap, in runStaleProfileMatching() argument
368 getFilteredAnchorList(IRAnchors, ProfileAnchors, FilteredIRAnchorsList, in runStaleProfileMatching()
434 AnchorMap ProfileAnchors; in runOnFunction() local
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h158 const AnchorMap &ProfileAnchors,
164 AnchorMap &ProfileAnchors) const;
168 const AnchorMap &ProfileAnchors,
226 const AnchorMap &ProfileAnchors,