Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1845 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
1851 DefaultCase = DS; in FindCaseStatementsForValue()
1870 if (!DefaultCase) in FindCaseStatementsForValue()
1872 Case = DefaultCase; in FindCaseStatementsForValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1450 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1452 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1466 if (DefaultCase) { in getEdgeValueLocal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4205 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local
4244 DefaultCase(); in UpgradeIntrinsicCall()
4304 DefaultCase(); in UpgradeIntrinsicCall()
4320 DefaultCase(); in UpgradeIntrinsicCall()
4439 DefaultCase(); in UpgradeIntrinsicCall()
4456 DefaultCase(); in UpgradeIntrinsicCall()
4674 DefaultCase(); in UpgradeIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td266 MCStatement DefaultCase = default;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3508 void setDefaultDest(BasicBlock *DefaultCase) {
3509 setOperand(1, reinterpret_cast<Value*>(DefaultCase));