Searched refs:FromSamples (Results 1 – 1 of 1) sorted by relevance
353 FunctionSamples *FromSamples = NodeToPromo->getFunctionSamples(); in promoteMergeContextSamplesTree() local354 if (FromSamples && FromSamples->getContext().hasState(InlinedContext)) in promoteMergeContextSamplesTree()376 FunctionSamples *FromSamples = NodeToPromo.getFunctionSamples(); in promoteMergeContextSamplesTree() local377 assert(FromSamples && "Shouldn't promote a context without profile"); in promoteMergeContextSamplesTree()379 << FromSamples->getContext() << "\n"); in promoteMergeContextSamplesTree()381 assert(!FromSamples->getContext().hasState(InlinedContext) && in promoteMergeContextSamplesTree()383 StringRef ContextStrToRemove = FromSamples->getContext().getCallingContext(); in promoteMergeContextSamplesTree()507 FunctionSamples *FromSamples = FromNode.getFunctionSamples(); in mergeContextNode() local509 if (FromSamples && ToSamples) { in mergeContextNode()511 ToSamples->merge(*FromSamples); in mergeContextNode()[all …]