Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h108 unsigned MaxJumpTableSize = 0; variable
234 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
H A DAArch64Subtarget.cpp161 MaxJumpTableSize = 20; in initializeProperties()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1636 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1640 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()