Searched refs:CaseCluster (Results 1 - 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 149 struct CaseCluster { struct in class:llvm::SelectionDAGBuilder 159 static CaseCluster range(const ConstantInt *Low, const ConstantInt *High, 161 CaseCluster C; 170 static CaseCluster jumpTable(const ConstantInt *Low, 173 CaseCluster C; 182 static CaseCluster bitTests(const ConstantInt *Low, const ConstantInt *High, 184 CaseCluster C; 194 typedef std::vector<CaseCluster> CaseClusterVector; 317 MachineBasicBlock *DefaultMBB, CaseCluster &JTCluster); 334 const SwitchInst *SI, CaseCluster [all...] |
H A D | SelectionDAGBuilder.cpp | 2216 for (const CaseCluster &CC : Clusters) 2221 [](const CaseCluster &a, const CaseCluster &b) { 2229 CaseCluster &CC = Clusters[SrcIndex]; 7697 CaseCluster &JTCluster) { 7764 JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High, 7775 for (CaseCluster &C : Clusters) 7801 CaseCluster JTCluster; 7869 CaseCluster JTCluster; 7914 CaseCluster [all...] |
Completed in 133 milliseconds