Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp57 DefaultThreshold("inlinedefault-threshold", cl::Hidden, cl::init(225), variable
674 IndirectCallParams.DefaultThreshold = in onLoweredCall()
1040 Params(Params), Threshold(Params.DefaultThreshold), in InlineCostCallAnalyzer()
1149 IndirectCallParams.DefaultThreshold = in onLoweredCall()
3075 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
3077 Params.DefaultThreshold = Threshold; in getInlineParams()
3118 return getInlineParams(DefaultThreshold); in getInlineParams()
3131 return DefaultThreshold; in computeThresholdFromOptLevels()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineCost.h207 int DefaultThreshold = -1; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp639 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getSpecializationBonus()
646 Bonus += Params.DefaultThreshold; in getSpecializationBonus()
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp700 IP.DefaultThreshold = PreInlineThreshold; in addPGOInstrPasses()