Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1168 unsigned MaxJT = STI.getMaximumJumpTableSize(); in AArch64TargetLowering() local
1169 if (MaxJT && getMaximumJumpTableSize() == UINT_MAX) in AArch64TargetLowering()
1170 setMaximumJumpTableSize(MaxJT); in AArch64TargetLowering()