Searched refs:JTCost (Results 1 – 1 of 1) sorted by relevance
1450 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in visitSwitchInst() local1453 Cost = std::min((int64_t)CostUpperBound, JTCost + Cost); in visitSwitchInst()