Home
last modified time | relevance | path

Searched refs:OutlineFS (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1628 FunctionSamples *OutlineFS = Reader->getSamplesFor(*Callee); in promoteMergeNotInlinedContextSamples() local
1631 if (!OutlineFS) in promoteMergeNotInlinedContextSamples()
1632 OutlineFS = &OutlineFunctionSamples[ in promoteMergeNotInlinedContextSamples()
1634 OutlineFS->merge(*FS, 1); in promoteMergeNotInlinedContextSamples()
1636 OutlineFS->SetContextSynthetic(); in promoteMergeNotInlinedContextSamples()