Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp979 SmallPtrSet<Constant *, 16> DeadCases; in simplifyEqualityComparisonWithOnlyPredecessor() local
981 DeadCases.insert(Case.Value); in simplifyEqualityComparisonWithOnlyPredecessor()
992 if (DeadCases.count(i->getCaseValue())) { in simplifyEqualityComparisonWithOnlyPredecessor()
5810 SmallVector<ConstantInt *, 8> DeadCases; in eliminateDeadSwitchCases() local
5824 DeadCases.push_back(Case.getCaseValue()); in eliminateDeadSwitchCases()
5840 if (HasDefault && DeadCases.empty() && in eliminateDeadSwitchCases()
5870 if (DeadCases.empty()) in eliminateDeadSwitchCases()
5874 for (ConstantInt *DeadCase : DeadCases) { in eliminateDeadSwitchCases()