Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp443 struct NotInlinedProfileInfo { struct in __anon1e220fe30111::SampleProfileLoader
446 DenseMap<Function *, NotInlinedProfileInfo> notInlinedCallInfo;
1156 notInlinedCallInfo.try_emplace(Callee, NotInlinedProfileInfo{0}); in inlineHotFunctions()
1889 for (const std::pair<Function *, NotInlinedProfileInfo> &pair : in runOnModule()