| /src/external/mit/isl/dist/ |
| isl_schedule_constraints.c | 212 /* Replace the coincidence constraints of "sc" by "coincidence". 216 __isl_take isl_union_map *coincidence) 219 coincidence); 311 /* Return the coincidence constraints of "sc". 480 [isl_sc_key_coincidence] = "coincidence",
|
| isl_scheduler.c | 143 /* Is "edge" marked as a coincidence edge? 2132 * If "use_coincidence" is set, then coincidence edges are treated 2147 * If "use_coincidence" is set, then we treat coincidence edges as local edges. 2193 * If "use_coincidence" is set, then we treat coincidence edges as local edges. 2319 * If "use_coincidence" is set, then we treat coincidence edges as local edges. 2382 * "use_coincidence" is set if we should take into account coincidence edges. 2432 * If "use_coincidence" is set, then we treat coincidence edges as local edges. 2756 * If "use_coincidence" is set, then we treat coincidence edges as local edges. 2970 * row satisfies the coincidence constraints. 3797 * The partial schedules and the coincidence property are extracte [all...] |
| isl_test.c | 4463 isl_union_map *validity, *proximity, *coincidence; local 4498 coincidence = isl_union_map_copy(dep); 4503 sc = isl_schedule_constraints_set_coincidence(sc, coincidence);
|
| /src/external/mit/isl/dist/include/isl/ |
| schedule.h | 68 __isl_take isl_union_map *coincidence);
|
| cpp-checked.h | 3230 inline isl::checked::union_map coincidence() const; 3244 inline isl::checked::schedule_constraints set_coincidence(isl::checked::union_map coincidence) const; 15776 isl::checked::union_map schedule_constraints::coincidence() const function in class:isl::checked::schedule_constraints 15784 return coincidence(); 15854 isl::checked::schedule_constraints schedule_constraints::set_coincidence(isl::checked::union_map coincidence) const 15856 auto res = isl_schedule_constraints_set_coincidence(copy(), coincidence.release());
|
| cpp.h | 3296 inline isl::union_map coincidence() const; 3310 inline isl::schedule_constraints set_coincidence(isl::union_map coincidence) const; 21765 isl::union_map schedule_constraints::coincidence() const function in class:isl::schedule_constraints 21779 return coincidence(); 21891 isl::schedule_constraints schedule_constraints::set_coincidence(isl::union_map coincidence) const 21893 if (!ptr || coincidence.is_null()) 21897 auto res = isl_schedule_constraints_set_coincidence(copy(), coincidence.release());
|
| /src/usr.bin/make/unit-tests/ |
| cond-token-plain.mk | 89 # a coincidence that the '!' is both used in the '!=' comparison operator
|
| /src/external/mit/isl/dist/interface/ |
| isl.py | 14903 def coincidence(arg0): member in class:schedule_constraints 14914 return arg0.coincidence()
|