Home
last modified time | relevance | path

Searched refs:CaseCluster (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h160 struct CaseCluster { struct
170 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, in range() argument
172 CaseCluster C; in range()
181 static CaseCluster jumpTable(const ConstantInt *Low, in jumpTable() argument
184 CaseCluster C; in jumpTable()
193 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, in bitTests() argument
195 CaseCluster C; in bitTests()
205 using CaseClusterVector = std::vector<CaseCluster>;
337 MachineBasicBlock *DefaultMBB, CaseCluster &JTCluster);
346 const SwitchInst *SI, CaseCluster &BTCluster);
[all …]
H A DSelectionDAGBuilder.cpp2594 llvm::sort(Clusters, [](const CaseCluster &a, const CaseCluster &b) { in sortAndRangeify()
9544 for (CaseCluster &C : Clusters) in findJumpTables()
9577 CaseCluster JTCluster; in findJumpTables()
9665 CaseCluster JTCluster; in findJumpTables()
9868 CaseCluster BitTestCluster; in findBitTestClusters()
9903 CaseCluster &Big = *W.LastCluster; in lowerWorkItem()
9955 [](const CaseCluster &a, const CaseCluster &b) { in lowerWorkItem()
10156 CaseCluster &CC = *FirstRight; in splitWorkItem()
10168 CaseCluster &CC = *LastLeft; in splitWorkItem()
10277 CaseCluster &CC = Clusters[Index]; in peelDominantCaseCluster()
[all …]