Searched refs:HotCallSiteThreshold (Results 1 – 3 of 3) sorted by relevance
222 std::optional<int> HotCallSiteThreshold; member
119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable1879 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()1970 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local1971 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()1977 Threshold = *HotCallSiteThreshold; in updateThreshold()3172 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
863 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()957 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()