Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp60 DefaultThreshold("inlinedefault-threshold", cl::Hidden, cl::init(225), variable
740 IndirectCallParams.DefaultThreshold = in onLoweredCall()
1218 Params(Params), Threshold(Params.DefaultThreshold), in InlineCostCallAnalyzer()
1329 IndirectCallParams.DefaultThreshold = in onLoweredCall()
3378 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
3380 Params.DefaultThreshold = Threshold; in getInlineParams()
3421 return getInlineParams(DefaultThreshold); in getInlineParams()
3434 return DefaultThreshold; in computeThresholdFromOptLevels()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h209 int DefaultThreshold = -1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp1097 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getInliningBonus()
1104 InliningBonus += Params.DefaultThreshold; in getInliningBonus()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp799 IP.DefaultThreshold = PreInlineThreshold; in addPreInlinerPasses()