Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1450 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in visitSwitchInst() local
1453 Cost = std::min((int64_t)CostUpperBound, JTCost + Cost); in visitSwitchInst()