Searched refs:HotCallSiteThreshold (Results 1 – 4 of 4) sorted by relevance
102 Param.HotCallSiteThreshold = 0; in createFunctionInliningPass()
207 Optional<int> HotCallSiteThreshold; member
105 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable1758 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()1848 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local1849 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()1855 Threshold = *HotCallSiteThreshold; in updateThreshold()3025 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
726 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()807 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()