Searched defs:HotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
147 Optional<int> HotCallSiteThreshold; member
68 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable923 auto HotCallSiteThreshold = getHotCallSiteThreshold(CS, CallerBFI); in updateThreshold() local