Lines Matching refs:CaseDest
5384 BasicBlock *CaseDest = Case.getCaseSuccessor(); in ForwardSwitchConditionToPHI() local
5397 for (PHINode &Phi : CaseDest->phis()) { in ForwardSwitchConditionToPHI()
5413 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
5502 getCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, in getCaseResults() argument
5513 for (Instruction &I : CaseDest->instructionsWithoutDebug(false)) { in getCaseResults()
5518 Pred = CaseDest; in getCaseResults()
5519 CaseDest = I.getSuccessor(0); in getCaseResults()
5529 if (I->getParent() == CaseDest) in getCaseResults()
5532 if (Phi->getIncomingBlock(Use) == CaseDest) in getCaseResults()
5545 *CommonDest = CaseDest; in getCaseResults()
5547 if (CaseDest != *CommonDest) in getCaseResults()