Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1193 StringMap<StringRef> StaticFuncMap; in adjustInstrProfile() local
1209 auto buildStaticFuncMap = [&StaticFuncMap, in adjustInstrProfile()
1249 StaticFuncMap[NewName] = Name; in adjustInstrProfile()
1254 auto [It, Inserted] = StaticFuncMap.try_emplace(NewName, Name); in adjustInstrProfile()
1313 auto BuildMaxSampleMap = [&FlattenSampleMap, &StaticFuncMap, in adjustInstrProfile()
1329 auto NewName = StaticFuncMap.find(Name); in adjustInstrProfile()
1330 if (NewName != StaticFuncMap.end()) { in adjustInstrProfile()
1414 auto NewName = StaticFuncMap.find(Name); in adjustInstrProfile()
1415 if (NewName != StaticFuncMap.end()) { in adjustInstrProfile()