Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1508 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
1514 DefaultCase = DS; in FindCaseStatementsForValue()
1533 if (!DefaultCase) in FindCaseStatementsForValue()
1535 Case = DefaultCase; in FindCaseStatementsForValue()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1323 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1325 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1339 if (DefaultCase) { in getEdgeValueLocal()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td222 MCStatement DefaultCase = default;
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp3325 const auto &DefaultCase = [&NewFn, &CI]() -> void { in UpgradeIntrinsicCall() local
3335 DefaultCase(); in UpgradeIntrinsicCall()
3514 DefaultCase(); in UpgradeIntrinsicCall()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h3321 void setDefaultDest(BasicBlock *DefaultCase) {
3322 setOperand(1, reinterpret_cast<Value*>(DefaultCase));