Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1029 FunctionSamplesMap &FSMap = functionSamplesAt(Loc);
1032 FSMap[Rec.first].merge(Rec.second, Weight));
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp406 const FunctionSamplesMap &FSMap = ICS.second; in SetGUIDToFuncNameMapForAll() local
407 for (const auto &IFS : FSMap) { in SetGUIDToFuncNameMapForAll()