Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp903 const auto ProfileMappings = FuncMappings.find(FS.getFuncName()); in distributeIRToProfileLocationMap() local
904 if (ProfileMappings != FuncMappings.end()) { in distributeIRToProfileLocationMap()
905 FS.setIRToProfileLocationMap(&(ProfileMappings->second)); in distributeIRToProfileLocationMap()