Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h366 if (TLI->isSuitableForJumpTable(&SI, N, Range)) { in getEstimatedNumberOfCaseClusters()
H A DTargetLowering.h939 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases, in isSuitableForJumpTable() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9576 if (TLI.isSuitableForJumpTable(SI, NumCases, Range)) { in findJumpTables()
9633 if (TLI.isSuitableForJumpTable(SI, NumCases, Range)) { in findJumpTables()