Home
last modified time | relevance | path

Searched refs:JumpTableSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInlineCost.cpp1445 unsigned JumpTableSize = 0; in visitSwitchInst() local
1447 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize); in visitSwitchInst()
1451 if (JumpTableSize) { in visitSwitchInst()
1452 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in visitSwitchInst()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h318 unsigned &JumpTableSize) { in getEstimatedNumberOfCaseClusters() argument
330 JumpTableSize = 0; in getEstimatedNumberOfCaseClusters()
367 JumpTableSize = Range; in getEstimatedNumberOfCaseClusters()