Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp446 const int CostUpperBound = INT_MAX - InlineConstants::InstrCost - 1; member in __anon2e965c1c0111::InlineCostCallAnalyzer
583 addCost(JTCost, (int64_t)CostUpperBound); in onFinalizeSwitch()
611 addCost(SwitchCost, (int64_t)CostUpperBound); in onFinalizeSwitch()