Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h120 unsigned MaxJumpTableSize = 0; variable
283 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
H A DAArch64Subtarget.cpp205 MaxJumpTableSize = 20; in initializeProperties()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1701 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1705 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()