Home
last modified time | relevance | path

Searched refs:LocallyHotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineCost.cpp122 static cl::opt<int> LocallyHotCallSiteThreshold( variable
1893 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold) in getHotCallSiteThreshold()
1905 return Params.LocallyHotCallSiteThreshold; in getHotCallSiteThreshold()
3186 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()
3187 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
3235 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInlineCost.h227 std::optional<int> LocallyHotCallSiteThreshold; member