Searched refs:DefaultCase (Results 1 - 4 of 4) sorted by relevance

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

Completed in 156 milliseconds