Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h128 void markContextSamplesInlined(const FunctionSamples *InlinedSamples);
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp212 ContextTracker.markContextSamplesInlined(Candidate.CalleeSamples); in processFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp363 void SampleContextTracker::markContextSamplesInlined( in markContextSamplesInlined() function in llvm::SampleContextTracker
H A DSampleProfile.cpp1241 ContextTracker->markContextSamplesInlined(Candidate.CalleeSamples); in tryInlineCandidate()