Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DInlineSimple.cpp102 Param.HotCallSiteThreshold = 0; in createFunctionInliningPass()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DInlineCost.h222 std::optional<int> HotCallSiteThreshold; member
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DInlineCost.cpp108 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000), variable
1805 return Params.HotCallSiteThreshold; in getHotCallSiteThreshold()
1895 auto HotCallSiteThreshold = getHotCallSiteThreshold(Call, CallerBFI); in updateThreshold() local
1896 if (!Caller->hasOptSize() && HotCallSiteThreshold) { in updateThreshold()
1902 Threshold = *HotCallSiteThreshold; in updateThreshold()
3083 Params.HotCallSiteThreshold = HotCallSiteThreshold; in getInlineParams()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassBuilderPipelines.cpp808 IP.HotCallSiteThreshold = 0; in buildInlinerPipeline()
888 IP.HotCallSiteThreshold = 0; in buildModuleInlinerPipeline()