Lines Matching refs:CaseDest
5789 BasicBlock *CaseDest = Case.getCaseSuccessor(); in ForwardSwitchConditionToPHI() local
5802 for (PHINode &Phi : CaseDest->phis()) { in ForwardSwitchConditionToPHI()
5818 if (auto *Phi = FindPHIForConditionForwarding(CaseValue, CaseDest, &PhiIdx)) in ForwardSwitchConditionToPHI()
5908 getCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, in getCaseResults() argument
5919 for (Instruction &I : CaseDest->instructionsWithoutDebug(false)) { in getCaseResults()
5924 Pred = CaseDest; in getCaseResults()
5925 CaseDest = I.getSuccessor(0); in getCaseResults()
5935 if (I->getParent() == CaseDest) in getCaseResults()
5938 if (Phi->getIncomingBlock(Use) == CaseDest) in getCaseResults()
5951 *CommonDest = CaseDest; in getCaseResults()
5953 if (CaseDest != *CommonDest) in getCaseResults()