Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1443 unsigned JumpTableSize = 0; in visitSwitchInst() local
1445 TTI.getEstimatedNumberOfCaseClusters(SI, JumpTableSize); in visitSwitchInst()
1449 if (JumpTableSize) { in visitSwitchInst()
1450 int64_t JTCost = (int64_t)JumpTableSize * InlineConstants::InstrCost + in visitSwitchInst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h257 unsigned &JumpTableSize) { in getEstimatedNumberOfCaseClusters() argument
269 JumpTableSize = 0; in getEstimatedNumberOfCaseClusters()
306 JumpTableSize = Range; in getEstimatedNumberOfCaseClusters()