Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp351 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getSpecializationBonus()
358 Bonus += Params.DefaultThreshold; in getSpecializationBonus()
H A DPassManagerBuilder.cpp356 IP.DefaultThreshold = PreInlineThreshold; in addPGOInstrPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp53 DefaultThreshold("inlinedefault-threshold", cl::Hidden, cl::init(225), variable
583 IndirectCallParams.DefaultThreshold = in onLoweredCall()
930 Params(Params), Threshold(Params.DefaultThreshold), in InlineCostCallAnalyzer()
1029 IndirectCallParams.DefaultThreshold = in onLoweredCall()
2931 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
2933 Params.DefaultThreshold = Threshold; in getInlineParams()
2974 return getInlineParams(DefaultThreshold); in getInlineParams()
2987 return DefaultThreshold; in computeThresholdFromOptLevels()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineCost.h187 int DefaultThreshold = -1; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp885 IP.DefaultThreshold = PreInlineThreshold; in addPGOInstrPasses()