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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1208 SwitchInst::CaseIt DeadCase = SI->findCaseValue(cast<ConstantInt>(Val)); local
1210 if (DeadCase == SI->case_default()) continue;
1217 BasicBlock *SISucc = DeadCase.getCaseSuccessor();
1223 // If the DeadCase successor dominates the loop latch, then the
1237 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor();

Completed in 91 milliseconds