Searched refs:buildJumpTable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 335 bool buildJumpTable(const CaseClusterVector &Clusters, unsigned First,
|
| H A D | SelectionDAGBuilder.cpp | 9462 bool SelectionDAGBuilder::buildJumpTable(const CaseClusterVector &Clusters, in buildJumpTable() function in SelectionDAGBuilder 9578 if (buildJumpTable(Clusters, 0, N - 1, SI, DefaultMBB, JTCluster)) { in findJumpTables() 9667 buildJumpTable(Clusters, First, Last, SI, DefaultMBB, JTCluster)) { in findJumpTables()
|