Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h36 StringMap<LocToLocMap> FuncMappings; variable
204 return FuncMappings[FunctionSamples::getCanonicalFnName(F.getName())]; in getIRToProfileLocationMap()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp908 const auto ProfileMappings = FuncMappings.find(FS.getFuncName()); in distributeIRToProfileLocationMap()
909 if (ProfileMappings != FuncMappings.end()) { in distributeIRToProfileLocationMap()