Searched refs:FromSamples (Results 1 – 1 of 1) sorted by relevance
395 FunctionSamples *FromSamples = NodeToPromo->getFunctionSamples(); in promoteMergeContextSamplesTree() local396 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()418 FunctionSamples *FromSamples = NodeToPromo.getFunctionSamples(); in promoteMergeContextSamplesTree() local419 assert(FromSamples && "Shouldn't promote a context without profile"); in promoteMergeContextSamplesTree()420 (void)FromSamples; // Unused in release build. in promoteMergeContextSamplesTree()425 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()568 FunctionSamples *FromSamples = FromNode.getFunctionSamples(); in mergeContextNode() local570 if (FromSamples && ToSamples) { in mergeContextNode()572 ToSamples->merge(*FromSamples); in mergeContextNode()574 FromSamples->getContext().setState(MergedContext); in mergeContextNode()[all …]