HomeSort by relevance Sort by last modified time
    Searched refs:CaseCluster (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 149 struct CaseCluster {
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 &BTCluster)
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 38 milliseconds