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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1133 SwitchInst::CaseIt DeadCase = SI->findCaseValue(cast<ConstantInt>(Val)); local
1135 if (DeadCase == SI->case_default()) continue;
1142 BasicBlock *SISucc = DeadCase.getCaseSuccessor();
1148 // If the DeadCase successor dominates the loop latch, then the
1162 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor();

Completed in 42 milliseconds