Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp607 int64_t ExpectedNumberOfCompare = 3 * (int64_t)NumCaseCluster / 2 - 1; in onFinalizeSwitch() local
609 ExpectedNumberOfCompare * 2 * InlineConstants::InstrCost; in onFinalizeSwitch()