Home
last modified time | relevance | path

Searched refs:LocToLocMap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h36 StringMap<LocToLocMap> FuncMappings;
169 const LocToLocMap *IRToProfileLocationMap);
203 LocToLocMap &getIRToProfileLocationMap(const Function &F) { in getIRToProfileLocationMap()
208 LocToLocMap longestCommonSequence(const AnchorList &IRCallsiteAnchors,
211 void matchNonCallsiteLocs(const LocToLocMap &AnchorMatchings,
213 LocToLocMap &IRToProfileLocationMap);
216 LocToLocMap &IRToProfileLocationMap,
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemProfUse.h59 using LocToLocMap = variable
64 LLVM_ABI DenseMap<uint64_t, LocToLocMap>
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp195 LocToLocMap
199 LocToLocMap MatchedAnchors; in longestCommonSequence()
215 const LocToLocMap &MatchedAnchors, const AnchorMap &IRAnchors, in matchNonCallsiteLocs()
216 LocToLocMap &IRToProfileLocationMap) { in matchNonCallsiteLocs()
303 const AnchorMap &ProfileAnchors, LocToLocMap &IRToProfileLocationMap, in runStaleProfileMatching()
340 LocToLocMap MatchedAnchors = in runStaleProfileMatching()
418 const LocToLocMap *IRToProfileLocationMap) { in recordCallsiteMatchStates()
819 LocToLocMap MatchedAnchors = in functionMatchesProfileHelper()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfUse.cpp264 DenseMap<uint64_t, LocToLocMap>
267 DenseMap<uint64_t, LocToLocMap> UndriftMaps; in computeUndriftMap()
283 LocToLocMap Matchings; in computeUndriftMap()
300 undriftMemProfRecord(const DenseMap<uint64_t, LocToLocMap> &UndriftMaps, in undriftMemProfRecord()
370 DenseMap<uint64_t, LocToLocMap> &UndriftMaps, in readMemprof()
694 DenseMap<uint64_t, LocToLocMap> UndriftMaps; in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h749 using LocToLocMap =
1095 void setIRToProfileLocationMap(const LocToLocMap *LTLM) {
1306 const LocToLocMap *IRToProfileLocationMap = nullptr;