Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h36 StringMap<LocToLocMap> FuncMappings; variable
203 auto Ret = FuncMappings.try_emplace( in getIRToProfileLocationMap()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp903 const auto ProfileMappings = FuncMappings.find(FS.getFuncName()); in distributeIRToProfileLocationMap()
904 if (ProfileMappings != FuncMappings.end()) { in distributeIRToProfileLocationMap()