Searched refs:CaseClusterVector (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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-14.2/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() 191 bool SwitchCG::SwitchLowering::buildJumpTable(const CaseClusterVector &Clusters, in buildJumpTable() 267 void SwitchCG::SwitchLowering::findBitTestClusters(CaseClusterVector &Clusters, in findBitTestClusters() 366 bool SwitchCG::SwitchLowering::buildBitTests(CaseClusterVector &Clusters, in buildBitTests() 466 void SwitchCG::sortAndRangeify(CaseClusterVector &Clusters) { in sortAndRangeify()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 216 SwitchCG::CaseClusterVector &Clusters,
|
| H A D | SelectionDAGBuilder.cpp | 11746 const SwitchInst &SI, CaseClusterVector &Clusters, in peelDominantCaseCluster() 11800 CaseClusterVector Clusters; in visitSwitch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 698 CaseClusterVector Clusters; in translateSwitch()
|