Lines Matching refs:ChildProfile
473 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()
507 SamplesMap[ChildProfile->getFunction()].getContext().setAttribute( in convertCSProfiles()