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.cpp423 auto MapIRLocToProfileLoc = [&](const LineLocation &IRLoc) { in recordCallsiteMatchStates() argument
426 return IRLoc; in recordCallsiteMatchStates()
427 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc); in recordCallsiteMatchStates()
431 return IRLoc; in recordCallsiteMatchStates()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h872 const LineLocation &mapIRLocToProfileLoc(const LineLocation &IRLoc) const {
876 return IRLoc;
877 const auto &ProfileLoc = IRToProfileLocationMap->find(IRLoc);
880 return IRLoc;