Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp108 static cl::opt<int> LocallyHotCallSiteThreshold( variable
1762 if (!CallerBFI || !Params.LocallyHotCallSiteThreshold) in getHotCallSiteThreshold()
1773 return Params.LocallyHotCallSiteThreshold; in getHotCallSiteThreshold()
3034 if (LocallyHotCallSiteThreshold.getNumOccurrences() > 0) in getInlineParams()
3035 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
3083 Params.LocallyHotCallSiteThreshold = LocallyHotCallSiteThreshold; in getInlineParams()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineCost.h211 Optional<int> LocallyHotCallSiteThreshold; member