Searched refs:HotCallSiteThreshold (Results 1 – 3 of 3) sorted by relevance
224 std::optional<int> HotCallSiteThreshold; member
122 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable2051 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()2142 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local2143 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()2149 Threshold = *HotCallSiteThreshold; in updateThreshold()3386 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
932 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()1029 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()