Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1535 bool DefaultCase = SI->getDefaultDest() == BBTo; in getEdgeValueLocal() local
1537 ConstantRange EdgesVals(BitWidth, DefaultCase/*isFullSet*/); in getEdgeValueLocal()
1551 if (DefaultCase) { in getEdgeValueLocal()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2173 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() local
2179 DefaultCase = DS; in FindCaseStatementsForValue()
2198 if (!DefaultCase) in FindCaseStatementsForValue()
2200 Case = DefaultCase; in FindCaseStatementsForValue()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4572 const auto &DefaultCase = [&]() -> void { in UpgradeIntrinsicCall() local
4612 DefaultCase(); in UpgradeIntrinsicCall()
4670 DefaultCase(); in UpgradeIntrinsicCall()
4685 DefaultCase(); in UpgradeIntrinsicCall()
4801 DefaultCase(); in UpgradeIntrinsicCall()
4818 DefaultCase(); in UpgradeIntrinsicCall()
5089 DefaultCase(); in UpgradeIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp1118 void SwitchInst::setDefaultDest(BasicBlock *DefaultCase) { in setDefaultDest() argument
1123 cast<llvm::BasicBlock>(DefaultCase->Val)); in setDefaultDest()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td266 MCStatement DefaultCase = default;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3402 void setDefaultDest(BasicBlock *DefaultCase) {
3403 setOperand(1, reinterpret_cast<Value*>(DefaultCase));
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1882 LLVM_ABI void setDefaultDest(BasicBlock *DefaultCase);