Searched refs:JumpTableSize (Results 1 – 2 of 2) sorted by relevance
1443 unsigned JumpTableSize = 0; in visitSwitchInst() local1445 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize); in visitSwitchInst()1449 if (JumpTableSize) { in visitSwitchInst()1450 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in visitSwitchInst()
257 unsigned &JumpTableSize) { in getEstimatedNumberOfCaseClusters() argument269 JumpTableSize = 0; in getEstimatedNumberOfCaseClusters()306 JumpTableSize = Range; in getEstimatedNumberOfCaseClusters()