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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 193 /// CaseBlock - This structure is used to communicate between
196 struct CaseBlock {
197 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
292 /// SwitchCases - Vector of CaseBlock structures used to communicate
294 std::vector<CaseBlock> SwitchCases;
408 bool ShouldEmitAsBranches(const std::vector<CaseBlock> &Cases);
454 void visitSwitchCase(CaseBlock &CB,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 33 milliseconds