Searched refs:HotCallSiteThreshold (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h170 Optional<int> HotCallSiteThreshold;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp109 Param.HotCallSiteThreshold = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp70 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000),
1114 return Params.HotCallSiteThreshold;
1204 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); local
1205 if (!Caller->hasOptSize() && HotCallSiteThreshold) {
1211 Threshold = HotCallSiteThreshold.getValue();
2266 // Set the HotCallSiteThreshold knob from the -hot-callsite-threshold.
2267 Params.HotCallSiteThreshold = HotCallSiteThreshold;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp826 IP.HotCallSiteThreshold = 0;

Completed in 84 milliseconds