Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp508 auto *ChildProfile = ChildNode.FuncSamples; in convertProfiles() local
509 if (!ChildProfile) in convertProfiles()
511 SampleContext OrigChildContext = ChildProfile->getContext(); in convertProfiles()
513 ChildProfile->getContext().setName(OrigChildContext.getName()); in convertProfiles()
517 SamplesMap.emplace(OrigChildContext.getName().str(), *ChildProfile); in convertProfiles()
518 NodeProfile->addTotalSamples(ChildProfile->getTotalSamples()); in convertProfiles()
534 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile); in convertProfiles()
536 ProfileMap[ChildProfile->getContext()].merge(*ChildProfile); in convertProfiles()
538 SamplesMap[ChildProfile->getName().str()].getContext().setAttribute( in convertProfiles()