Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp518 struct NotInlinedProfileInfo { struct in __anonb9d8ce480111::SampleProfileLoader
521 DenseMap<Function *, NotInlinedProfileInfo> notInlinedCallInfo;
1555 notInlinedCallInfo.try_emplace(Callee, NotInlinedProfileInfo{0}); in promoteMergeNotInlinedContextSamples()
2072 for (const std::pair<Function *, NotInlinedProfileInfo> &pair : in runOnModule()