Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp501 auto *ChildProfile = ChildNode.FuncSamples; in convertCSProfiles() local
502 if (!ChildProfile) in convertCSProfiles()
504 SampleContext OrigChildContext = ChildProfile->getContext(); in convertCSProfiles()
507 ChildProfile->getContext().setFunction(OrigChildContext.getFunction()); in convertCSProfiles()
511 SamplesMap.emplace(OrigChildContext.getFunction(), *ChildProfile); in convertCSProfiles()
512 NodeProfile->addTotalSamples(ChildProfile->getTotalSamples()); in convertCSProfiles()
529 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile); in convertCSProfiles()
530 NewChildProfileHash = ChildProfile->getContext().getHashCode(); in convertCSProfiles()
532 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile); in convertCSProfiles()
533 NewChildProfileHash = ChildProfile->getContext().getHashCode(); in convertCSProfiles()
[all …]