Home
last modified time | relevance | path

Searched refs:CaseClusterVector (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h86 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 DSwitchLoweringUtils.cpp23 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 DSelectionDAGBuilder.h216 SwitchCG::CaseClusterVector &Clusters,
H A DSelectionDAGBuilder.cpp12256 const SwitchInst &SI, CaseClusterVector &Clusters,
12310 CaseClusterVector Clusters;
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp696 CaseClusterVector Clusters; in translateSwitch()