Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp44 MaxNumPromotions("icp-max-prom", cl::init(3), cl::Hidden, variable
49 ValueDataArray = std::make_unique<InstrProfValueData[]>(MaxNumPromotions); in ICallPromotionAnalysis()
71 for (; I < MaxNumPromotions && I < NumVals; I++) { in getProfitablePromotionCandidates()
91 getValueProfDataFromInst(*I, IPVK_IndirectCallTarget, MaxNumPromotions, in getPromotionCandidatesForInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp305 MaxNumPromotions("sample-profile-icp-max-prom", cl::init(3), cl::Hidden, variable
847 std::make_unique<InstrProfValueData[]>(MaxNumPromotions); in doesHistoryAllowICP()
849 getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, MaxNumPromotions, in doesHistoryAllowICP()
868 if (NumPromoted == MaxNumPromotions) in doesHistoryAllowICP()
888 if (MaxNumPromotions == 0) in updateIDTMetaData()
894 std::make_unique<InstrProfValueData[]>(MaxNumPromotions); in updateIDTMetaData()
896 getValueProfDataFromInst(Inst, IPVK_IndirectCallTarget, MaxNumPromotions, in updateIDTMetaData()
955 std::min(NewCallTargets.size(), static_cast<size_t>(MaxNumPromotions)); in updateIDTMetaData()
979 if (MaxNumPromotions == 0) in tryPromoteAndInlineCandidate()