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