Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h862 if (!IRToProfileLocationMap)
864 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
865 if (ProfileLoc != IRToProfileLocationMap->end())
1079 assert(IRToProfileLocationMap == nullptr && "this should be set only once");
1080 IRToProfileLocationMap = LTLM;
1287 const LocToLocMap *IRToProfileLocationMap = nullptr;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp506 LocToLocMap &IRToProfileLocationMap);
2345 LocToLocMap &IRToProfileLocationMap) { in runStaleProfileMatching() argument
2348 assert(IRToProfileLocationMap.empty() && in runStaleProfileMatching()
2368 IRToProfileLocationMap.insert({From, To}); in runStaleProfileMatching()