Searched refs:HotCallSiteThreshold (Results 1 – 4 of 4) sorted by relevance
109 Param.HotCallSiteThreshold = 0; in createFunctionInliningPass()
147 Optional<int> HotCallSiteThreshold; member
68 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable824 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()923 auto HotCallSiteThreshold = getHotCallSiteThreshold(CS, CallerBFI); in updateThreshold() local924 if (!Caller->optForSize() && HotCallSiteThreshold) { in updateThreshold()930 Threshold = HotCallSiteThreshold.getValue(); in updateThreshold()2095 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
680 IP.HotCallSiteThreshold = 0; in buildModuleSimplificationPipeline()