Searched refs:DeadCase (Results 1 – 1 of 1) sorted by relevance
1208 SwitchInst::CaseIt DeadCase = SI->findCaseValue(cast<ConstantInt>(Val)); in RewriteLoopBodyWithConditionConstant() local1210 if (DeadCase == SI->case_default()) continue; in RewriteLoopBodyWithConditionConstant()1217 BasicBlock *SISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant()1237 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant()