Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h740 FunctionSamplesMap &FSMap = functionSamplesAt(Loc);
742 MergeResult(Result, FSMap[Rec.first].merge(Rec.second, Weight));
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp297 const FunctionSamplesMap &FSMap = ICS.second; in SetGUIDToFuncNameMapForAll() local
298 for (auto &IFS : FSMap) { in SetGUIDToFuncNameMapForAll()