Lines Matching defs:user

795 static int constraint_can_stride(__isl_take isl_constraint *c, void *user)
797 struct cloog_can_stride *ccs = (struct cloog_can_stride *)user;
825 static int basic_set_can_stride(__isl_take isl_basic_set *bset, void *user)
827 struct cloog_can_stride *ccs = (struct cloog_can_stride *)user;
903 static int constraint_stride_lower(__isl_take isl_constraint *c, void *user)
905 struct cloog_stride_lower *csl = (struct cloog_stride_lower *)user;
960 static int constraint_stride_lower_c(__isl_take isl_constraint *c, void *user)
962 struct cloog_stride_lower *csl = (struct cloog_stride_lower *)user;
1009 static int basic_set_stride_lower(__isl_take isl_basic_set *bset, void *user)
1011 struct cloog_stride_lower *csl = (struct cloog_stride_lower *)user;
1090 static int constraint_bound_split(__isl_take isl_constraint *c, void *user)
1092 struct cloog_bound_split *cbs = (struct cloog_bound_split *)user;
1118 static int basic_set_bound_split(__isl_take isl_basic_set *bset, void *user)
1120 struct cloog_bound_split *cbs = (struct cloog_bound_split *)user;
1424 static int add_domain_from_map(__isl_take isl_map *map, void *user)
1430 CloogUnionDomain **ud = (CloogUnionDomain **)user;
1693 static int find_stride(__isl_take isl_constraint *c, void *user)
1704 data = (struct cloog_isl_find_stride_data *)user;
1818 static int constraint_can_unroll(__isl_take isl_constraint *c, void *user)
1820 struct cloog_can_unroll *ccu = (struct cloog_can_unroll *)user;
1846 static int basic_set_can_unroll(__isl_take isl_basic_set *bset, void *user)
1848 struct cloog_can_unroll *ccu = (struct cloog_can_unroll *)user;