Expand description
A pass that eliminates branches on uninhabited or unreachable enum variants.
Structsยง
Functionsยง
- get_
switched_ ๐on_ type If the basic block terminates by switching on a discriminant, this returns theTy
the discriminant is read from. Otherwise, returns None.