Searched refs:caseDests (Results 1 – 1 of 1) sorted by relevance
604 SuccessorRange caseDests = getCaseDestinations(); in getSuccessorForOperands() local608 return caseDests[it.index()]; in getSuccessorForOperands()645 auto caseDests = op.getCaseDestinations(); in dropSwitchCasesThatMatchDefault() local648 if (caseDests[it.index()] == op.getDefaultDestination() && in dropSwitchCasesThatMatchDefault()653 newCaseDestinations.push_back(caseDests[it.index()]); in dropSwitchCasesThatMatchDefault()723 auto caseDests = op.getCaseDestinations(); in simplifyPassThroughSwitch() local726 Block *caseDest = caseDests[i]; in simplifyPassThroughSwitch()870 auto caseDests = op.getCaseDestinations(); in simplifySwitchFromDefaultSwitchOnSameCondition() local876 newCaseDestinations.push_back(caseDests[it.index()]); in simplifySwitchFromDefaultSwitchOnSameCondition()