Searched refs:FromSamples (Results 1 – 1 of 1) sorted by relevance
389 FunctionSamples *FromSamples = NodeToPromo->getFunctionSamples(); in promoteMergeContextSamplesTree() local390 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()412 FunctionSamples *FromSamples = NodeToPromo.getFunctionSamples(); in promoteMergeContextSamplesTree() local413 assert(FromSamples && "Shouldn't promote a context without profile"); in promoteMergeContextSamplesTree()414 (void)FromSamples; // Unused in release build. in promoteMergeContextSamplesTree()419 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()555 FunctionSamples *FromSamples = FromNode.getFunctionSamples(); in mergeContextNode() local557 if (FromSamples && ToSamples) { in mergeContextNode()559 ToSamples->merge(*FromSamples); in mergeContextNode()561 FromSamples->getContext().setState(MergedContext); in mergeContextNode()[all …]