OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaseRec
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
160
///
CaseRec
- A struct with ctor used in lowering switches to a binary tree
162
struct
CaseRec
{
163
CaseRec
(MachineBasicBlock *bb, const Constant *lt, const Constant *ge,
178
typedef std::vector<
CaseRec
> CaseRecVector;
417
bool handleSmallSwitchRange(
CaseRec
& CR,
422
bool handleJTSwitchCase(
CaseRec
& CR,
427
bool handleBTSplitSwitchCase(
CaseRec
& CR,
432
bool handleBitTestsSwitchCase(
CaseRec
& CR,
SelectionDAGBuilder.cpp
[
all
...]
Completed in 80 milliseconds