Searched refs:JumpTableSize (Results 1 – 2 of 2) sorted by relevance
1445 unsigned JumpTableSize = 0; in visitSwitchInst() local1447 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize); in visitSwitchInst()1451 if (JumpTableSize) { in visitSwitchInst()1452 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in visitSwitchInst()
318 unsigned &JumpTableSize) { in getEstimatedNumberOfCaseClusters() argument330 JumpTableSize = 0; in getEstimatedNumberOfCaseClusters()367 JumpTableSize = Range; in getEstimatedNumberOfCaseClusters()