Searched refs:ChildProfile (Results 1 – 1 of 1) sorted by relevance
473 auto *ChildProfile = ChildNode.FuncSamples; in convertCSProfiles() local474 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 …]