Searched refs:FromSamples (Results 1 – 1 of 1) sorted by relevance
388 FunctionSamples *FromSamples = NodeToPromo->getFunctionSamples(); in promoteMergeContextSamplesTree() local389 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()411 FunctionSamples *FromSamples = NodeToPromo.getFunctionSamples(); in promoteMergeContextSamplesTree() local412 assert(FromSamples && "Shouldn't promote a context without profile"); in promoteMergeContextSamplesTree()413 (void)FromSamples; // Unused in release build. in promoteMergeContextSamplesTree()418 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()554 FunctionSamples *FromSamples = FromNode.getFunctionSamples(); in mergeContextNode() local556 if (FromSamples && ToSamples) { in mergeContextNode()558 ToSamples->merge(*FromSamples); in mergeContextNode()560 FromSamples->getContext().setState(MergedContext); in mergeContextNode()[all …]