OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
308
bool isDense(const
CaseClusterVector
&Clusters, unsigned *TotalCases,
313
bool buildJumpTable(
CaseClusterVector
&Clusters, unsigned First,
318
void findJumpTables(
CaseClusterVector
&Clusters, const SwitchInst *SI,
331
bool buildBitTests(
CaseClusterVector
&Clusters, unsigned First, unsigned Last,
335
void findBitTestClusters(
CaseClusterVector
&Clusters, const SwitchInst *SI);
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 96 milliseconds