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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1129 SwitchInst::CaseIt DeadCase = SI->findCaseValue(cast<ConstantInt>(Val)); local
1131 if (DeadCase == SI->case_default()) continue;
1138 BasicBlock *SISucc = DeadCase.getCaseSuccessor();
1144 // If the DeadCase successor dominates the loop latch, then the
1158 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor();

Completed in 121 milliseconds