Lines Matching refs:CaseDest
5695 BasicBlock *CaseDest = Case.getCaseSuccessor(); in ForwardSwitchConditionToPHI() local
5708 for (PHINode &Phi : CaseDest->phis()) { in ForwardSwitchConditionToPHI()
5724 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
5813 getCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, in getCaseResults() argument
5824 for (Instruction &I : CaseDest->instructionsWithoutDebug(false)) { in getCaseResults()
5829 Pred = CaseDest; in getCaseResults()
5830 CaseDest = I.getSuccessor(0); in getCaseResults()
5840 if (I->getParent() == CaseDest) in getCaseResults()
5843 if (Phi->getIncomingBlock(Use) == CaseDest) in getCaseResults()
5856 *CommonDest = CaseDest; in getCaseResults()
5858 if (CaseDest != *CommonDest) in getCaseResults()