Searched refs:isSuitableForJumpTable (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp86 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) {
144 if (TLI->isSuitableForJumpTable(SI, NumCases, Range, PSI, BFI)) {
H A DTargetLoweringBase.cpp1491 bool TargetLoweringBase::isSuitableForJumpTable(const SwitchInst *SI, function in class:TargetLoweringBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h353 if (TLI->isSuitableForJumpTable(&SI, N, Range, PSI, BFI)) {
H A DTargetLowering.h1140 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases,

Completed in 134 milliseconds