Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-profdata/ !
H A Dllvm-profdata.cpp1235 const StringRef *NewRootName = &RootName; in adjustInstrProfile() local
1241 NewRootName = &Name; in adjustInstrProfile()
1247 NewRootName = &NewName->second; in adjustInstrProfile()
1255 EntrySample += FlattenSampleMap[*NewRootName].first; in adjustInstrProfile()
1257 std::max(FlattenSampleMap[*NewRootName].second, MaxBodySample); in adjustInstrProfile()
1258 FlattenSampleMap[*NewRootName] = in adjustInstrProfile()
1263 BuildImpl(F.second, *NewRootName, BuildImpl); in adjustInstrProfile()