Searched refs:JumpTableSize (Results 1 – 2 of 2) sorted by relevance
254 virtual bool onJumpTable(unsigned JumpTableSize) { return true; } in onJumpTable() argument262 virtual void onFinalizeSwitch(unsigned JumpTableSize, in onFinalizeSwitch() argument574 void onFinalizeSwitch(unsigned JumpTableSize, in onFinalizeSwitch() argument579 if (JumpTableSize) { in onFinalizeSwitch()580 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in onFinalizeSwitch()2010 unsigned JumpTableSize = 0; in visitSwitchInst() local2013 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize, PSI, BFI); in visitSwitchInst()2015 onFinalizeSwitch(JumpTableSize, NumCaseCluster); in visitSwitchInst()
371 unsigned &JumpTableSize, in getEstimatedNumberOfCaseClusters() argument385 JumpTableSize = 0; in getEstimatedNumberOfCaseClusters()422 JumpTableSize = Range; in getEstimatedNumberOfCaseClusters()