Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInlineSimple.cpp102 Param.HotCallSiteThreshold = 0; in createFunctionInliningPass()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineCost.h207 Optional<int> HotCallSiteThreshold; member
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp105 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
1758 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()
1848 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local
1849 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()
1855 Threshold = *HotCallSiteThreshold; in updateThreshold()
3025 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp726 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()
807 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()