Searched refs:HotCallSiteThreshold (Results 1 – 3 of 3) sorted by relevance
223 std::optional<int> HotCallSiteThreshold; member
119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable1889 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()1980 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local1981 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()1987 Threshold = *HotCallSiteThreshold; in updateThreshold()3177 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
910 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()1004 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()