Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp446 struct NotInlinedProfileInfo { struct in __anon4c1bc6cc0111::SampleProfileLoader
449 DenseMap<Function *, NotInlinedProfileInfo> notInlinedCallInfo;
1153 notInlinedCallInfo.try_emplace(Callee, NotInlinedProfileInfo{0}); in inlineHotFunctions()
1897 for (const std::pair<Function *, NotInlinedProfileInfo> &pair : in runOnModule()