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.cpp57 DefaultThreshold("inlinedefault-threshold", cl::Hidden, cl::init(225), variable
685 IndirectCallParams.DefaultThreshold = in onLoweredCall()
1115 Params(Params), Threshold(Params.DefaultThreshold), in InlineCostCallAnalyzer()
1225 IndirectCallParams.DefaultThreshold = in onLoweredCall()
3169 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
3171 Params.DefaultThreshold = Threshold; in getInlineParams()
3212 return getInlineParams(DefaultThreshold); in getInlineParams()
3225 return DefaultThreshold; in computeThresholdFromOptLevels()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h208 int DefaultThreshold = -1; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp1020 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getInliningBonus()
1027 InliningBonus += Params.DefaultThreshold; in getInliningBonus()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp779 IP.DefaultThreshold = PreInlineThreshold; in addPreInlinerPasses()