Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp54 DefaultThreshold("inlinedefault-threshold", cl::Hidden, cl::init(225), variable
639 IndirectCallParams.DefaultThreshold = in onLoweredCall()
1011 Params(Params), Threshold(Params.DefaultThreshold), in InlineCostCallAnalyzer()
1113 IndirectCallParams.DefaultThreshold = in onLoweredCall()
3017 Params.DefaultThreshold = InlineThreshold; in getInlineParams()
3019 Params.DefaultThreshold = Threshold; in getInlineParams()
3060 return getInlineParams(DefaultThreshold); in getInlineParams()
3073 return DefaultThreshold; in computeThresholdFromOptLevels()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineCost.h192 int DefaultThreshold = -1; member
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp639 Params.DefaultThreshold += InlineConstants::IndirectCallThreshold; in getSpecializationBonus()
646 Bonus += Params.DefaultThreshold; in getSpecializationBonus()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp624 IP.DefaultThreshold = PreInlineThreshold; in addPGOInstrPasses()