Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h305 if (TLI->isSuitableForJumpTable(&SI, N, Range)) { in getEstimatedNumberOfCaseClusters()
DTargetLowering.h885 virtual bool isSuitableForJumpTable(const SwitchInst *SI, uint64_t NumCases, in isSuitableForJumpTable() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9466 if (TLI.isSuitableForJumpTable(SI, NumCases, Range)) { in findJumpTables()
9523 if (TLI.isSuitableForJumpTable(SI, NumCases, Range)) { in findJumpTables()