Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1629 SwitchInst::CaseHandle DeadCase = in rewriteLoopBodyWithConditionConstant() local
1632 if (DeadCase == *SI->case_default()) in rewriteLoopBodyWithConditionConstant()
1640 BasicBlock *SISucc = DeadCase.getCaseSuccessor(); in rewriteLoopBodyWithConditionConstant()
1658 BasicBlock *NewSISucc = DeadCase.getCaseSuccessor(); in rewriteLoopBodyWithConditionConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5060 for (ConstantInt *DeadCase : DeadCases) { in eliminateDeadSwitchCases()
5061 SwitchInst::CaseIt CaseI = SI->findCaseValue(DeadCase); in eliminateDeadSwitchCases()