Searched refs:MaxNumPromotions (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IndirectCallPromotionAnalysis.cpp | 44 MaxNumPromotions("icp-max-prom", cl::init(3), cl::Hidden, variable 69 for (; I < MaxNumPromotions && I < ValueDataArray.size(); I++) { in getProfitablePromotionCandidates() 88 MaxNumPromotions, TotalCount); in getPromotionCandidatesForInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 326 MaxNumPromotions("sample-profile-icp-max-prom", cl::init(3), cl::Hidden, variable 807 MaxNumPromotions, TotalCount, true); in doesHistoryAllowICP() 825 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP() 845 if (MaxNumPromotions == 0) in updateIDTMetaData() 850 MaxNumPromotions, OldSum, true); in updateIDTMetaData() 904 std::min(NewCallTargets.size(), static_cast<size_t>(MaxNumPromotions)); in updateIDTMetaData() 928 if (MaxNumPromotions == 0) in tryPromoteAndInlineCandidate()
|