Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp677 int64_t SwitchCost = in onFinalizeSwitch() local
680 addCost(SwitchCost, static_cast<int64_t>(CostUpperBound)); in onFinalizeSwitch()
1150 int64_t SwitchCost = ExpectedNumberOfCompare * SwitchCostMultiplier * in onFinalizeSwitch() local
1152 increment(InlineCostFeatureIndex::SwitchPenalty, SwitchCost); in onFinalizeSwitch()