Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h114 unsigned MaxJumpTableSize = 0; variable
253 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
H A DAArch64Subtarget.cpp187 MaxJumpTableSize = 20; in initializeProperties()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1656 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1660 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()