Searched refs:CaseClusterVector (Results 1 – 5 of 5) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SwitchLoweringUtils.h | 86 using CaseClusterVector = std::vector<CaseCluster>; variable 87 using CaseClusterIt = CaseClusterVector::iterator; 90 void sortAndRangeify(CaseClusterVector &Clusters); 236 uint64_t getJumpTableRange(const CaseClusterVector &Clusters, unsigned First, 276 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI, 280 bool buildJumpTable(const CaseClusterVector &Clusters, unsigned First, 285 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI); 289 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last,
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 23 uint64_t SwitchCG::getJumpTableRange(const CaseClusterVector &Clusters, in getJumpTableRange() 46 void SwitchCG::SwitchLowering::findJumpTables(CaseClusterVector &Clusters, in findJumpTables() 192 bool SwitchCG::SwitchLowering::buildJumpTable(const CaseClusterVector &Clusters, in buildJumpTable() 268 void SwitchCG::SwitchLowering::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters() 367 bool SwitchCG::SwitchLowering::buildBitTests(CaseClusterVector &Clusters, in buildBitTests() 467 void SwitchCG::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 216 SwitchCG::CaseClusterVector &Clusters,
|
| H A D | SelectionDAGBuilder.cpp | 12256 const SwitchInst &SI, CaseClusterVector &Clusters, 12310 CaseClusterVector Clusters;
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 696 CaseClusterVector Clusters; in translateSwitch()
|