Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp476 auto MapIRLocToProfileLoc = [&](const LineLocation &IRLoc) { in recordCallsiteMatchStates() argument
479 return IRLoc; in recordCallsiteMatchStates()
480 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates()
484 return IRLoc; in recordCallsiteMatchStates()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h860 const LineLocation &mapIRLocToProfileLoc(const LineLocation &IRLoc) const {
864 return IRLoc;
865 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
868 return IRLoc;