Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp571 struct NotInlinedProfileInfo { struct in __anon71830f180111::SampleProfileLoader
574 DenseMap<Function *, NotInlinedProfileInfo> notInlinedCallInfo;
1593 notInlinedCallInfo.try_emplace(Callee, NotInlinedProfileInfo{0}); in promoteMergeNotInlinedContextSamples()
2210 for (const std::pair<Function *, NotInlinedProfileInfo> &pair : in runOnModule()