Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h73 unsigned MaxJumpTableSize = 0; variable
273 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
H A DAArch64Subtarget.cpp240 MaxJumpTableSize = 20; in initializeProperties()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1719 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1723 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()