Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h208 unsigned MaxJumpTableSize = 0; variable
372 unsigned getMaximumJumpTableSize() const { return MaxJumpTableSize; } in getMaximumJumpTableSize()
HDAArch64Subtarget.cpp103 MaxJumpTableSize = 20; in initializeProperties()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp1454 const unsigned MaxJumpTableSize = getMaximumJumpTableSize(); in isSuitableForJumpTable() local
1458 return (OptForSize || Range <= MaxJumpTableSize) && in isSuitableForJumpTable()