Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8399 bool IsTable = j - i + 1 >= MinJumpTableSize; in findJumpTables() local
8400 unsigned Tables = IsTable + (j == N - 1 ? 0 : NumTables[j + 1]); in findJumpTables()