Searched refs:JumpTableSize (Results 1 – 2 of 2) sorted by relevance
177 virtual bool onJumpTable(unsigned JumpTableSize) { return true; } in onJumpTable() argument185 virtual void onFinalizeSwitch(unsigned JumpTableSize, in onFinalizeSwitch() argument471 void onFinalizeSwitch(unsigned JumpTableSize, in onFinalizeSwitch() argument476 if (JumpTableSize) { in onFinalizeSwitch()477 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in onFinalizeSwitch()1669 unsigned JumpTableSize = 0; in visitSwitchInst() local1672 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize, PSI, BFI); in visitSwitchInst()1674 onFinalizeSwitch(JumpTableSize, NumCaseCluster); in visitSwitchInst()
329 unsigned &JumpTableSize, in getEstimatedNumberOfCaseClusters() argument343 JumpTableSize = 0; in getEstimatedNumberOfCaseClusters()380 JumpTableSize = Range; in getEstimatedNumberOfCaseClusters()