Searched refs:HotCallSiteThreshold (Results 1 – 4 of 4) sorted by relevance
102 Param.HotCallSiteThreshold = 0; in createFunctionInliningPass()
222 std::optional<int> HotCallSiteThreshold; member
108 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable1805 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()1895 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local1896 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()1902 Threshold = *HotCallSiteThreshold; in updateThreshold()3083 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
808 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()888 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()