Home
last modified time | relevance | path

Searched refs:DefaultCase (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp974 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
976 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
980 if (DefaultCase) { in getEdgeValueLocal()
/external/clang/lib/CodeGen/
DCGStmt.cpp1378 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
1384 DefaultCase = DS; in FindCaseStatementsForValue()
1403 if (!DefaultCase) in FindCaseStatementsForValue()
1405 Case = DefaultCase; in FindCaseStatementsForValue()
/external/llvm/include/llvm/IR/
DInstructions.h3095 void setDefaultDest(BasicBlock *DefaultCase) {
3096 setOperand(1, reinterpret_cast<Value*>(DefaultCase));