pub type ILBranchDependence = BNILBranchDependence;
enum ILBranchDependence { NotBranchDependent = 0, TrueBranchDependent = 1, FalseBranchDependent = 2, }