Searched defs:HotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
223 std::optional<int> HotCallSiteThreshold; member
119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable1980 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local