Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1208 SwitchInst::CaseIt DeadCase = SI->findCaseValue(cast<ConstantInt>(Val)); in RewriteLoopBodyWithConditionConstant() local
1210 if (DeadCase == SI->case_default()) continue; in RewriteLoopBodyWithConditionConstant()
1217 BasicBlock *SISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant()
1237 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor(); in RewriteLoopBodyWithConditionConstant()