Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp709 int64_t ExpectedNumberOfCompare = in onFinalizeSwitch() local
711 int64_t SwitchCost = ExpectedNumberOfCompare * 2 * InstrCost; in onFinalizeSwitch()
1181 int64_t ExpectedNumberOfCompare = in onFinalizeSwitch() local
1185 ExpectedNumberOfCompare * SwitchCostMultiplier * InstrCost; in onFinalizeSwitch()