Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp604 SuccessorRange caseDests = getCaseDestinations(); in getSuccessorForOperands() local
608 return caseDests[it.index()]; in getSuccessorForOperands()
645 auto caseDests = op.getCaseDestinations(); in dropSwitchCasesThatMatchDefault() local
648 if (caseDests[it.index()] == op.getDefaultDestination() && in dropSwitchCasesThatMatchDefault()
653 newCaseDestinations.push_back(caseDests[it.index()]); in dropSwitchCasesThatMatchDefault()
723 auto caseDests = op.getCaseDestinations(); in simplifyPassThroughSwitch() local
726 Block *caseDest = caseDests[i]; in simplifyPassThroughSwitch()
870 auto caseDests = op.getCaseDestinations(); in simplifySwitchFromDefaultSwitchOnSameCondition() local
876 newCaseDestinations.push_back(caseDests[it.index()]); in simplifySwitchFromDefaultSwitchOnSameCondition()