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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 194 typedef std::vector<CaseCluster> CaseClusterVector;
195 typedef CaseClusterVector::iterator CaseClusterIt;
213 void sortAndRangeify(CaseClusterVector &Clusters);
310 bool isDense(const CaseClusterVector &Clusters, unsigned *TotalCases,
315 bool buildJumpTable(CaseClusterVector &Clusters, unsigned First,
320 void findJumpTables(CaseClusterVector &Clusters, const SwitchInst *SI,
333 bool buildBitTests(CaseClusterVector &Clusters, unsigned First, unsigned Last,
337 void findBitTestClusters(CaseClusterVector &Clusters, const SwitchInst *SI);
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 76 milliseconds