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.cpp473 auto *ChildProfile = ChildNode.FuncSamples; in convertCSProfiles() local
474 if (!ChildProfile) in convertCSProfiles()
476 SampleContext OrigChildContext = ChildProfile->getContext(); in convertCSProfiles()
479 ChildProfile->getContext().setFunction(OrigChildContext.getFunction()); in convertCSProfiles()
483 SamplesMap.emplace(OrigChildContext.getFunction(), *ChildProfile); in convertCSProfiles()
484 NodeProfile->addTotalSamples(ChildProfile->getTotalSamples()); in convertCSProfiles()
501 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile); in convertCSProfiles()
502 NewChildProfileHash = ChildProfile->getContext().getHashCode(); in convertCSProfiles()
504 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile); in convertCSProfiles()
505 NewChildProfileHash = ChildProfile->getContext().getHashCode(); in convertCSProfiles()
[all …]