Searched refs:validity (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/isl/include/isl/
H A Dschedule.h41 __isl_take isl_union_map *validity,
/haiku-buildtools/gcc/gcc/
H A Dgraphite-optimize-isl.c584 isl_union_map *validity, *proximity, *dependences; local
594 validity = dependences;
596 proximity = isl_union_map_copy (validity);
605 isl_union_map_copy (validity));
608 validity);
623 schedule = isl_union_set_compute_schedule (domain, validity, proximity);
/haiku-buildtools/isl/
H A Disl_schedule.c96 * ensure validity of the generated schedule, to minimize the dependence
102 * validity is set if the edge is used to ensure correctness
105 * For validity edges, start and end mark the sequence of inequality
106 * constraints in the LP problem that encode the validity constraint
115 int validity; member in struct:isl_sched_edge
410 /* Check whether the dependence graph has a validity edge
589 graph->edge[graph->n_edge].validity = 1;
593 graph->edge[graph->n_edge].validity = 0;
610 edge->validity |= graph->edge[graph->n_edge].validity;
2921 isl_union_set_compute_schedule( __isl_take isl_union_set *domain, __isl_take isl_union_map *validity, __isl_take isl_union_map *proximity) argument
[all...]
H A Disl_test.c2440 isl_union_map *validity, *proximity; local
2472 validity = isl_union_map_copy(dep);
2476 validity, proximity);
2556 const char *domain, const char *validity, const char *proximity)
2565 dep = isl_union_map_read_from_str(ctx, validity);
2575 * with the given validity and proximity constraints.
2578 const char *validity, const char *proximity)
2582 sched = compute_schedule(ctx, domain, validity, proximity);
2591 const char *validity, const char *proximity, const char *expected_sched)
2596 sched1 = compute_schedule(ctx, domain, validity, proximit
2555 compute_schedule(isl_ctx *ctx, const char *domain, const char *validity, const char *proximity) argument
2577 test_has_schedule(isl_ctx *ctx, const char *domain, const char *validity, const char *proximity) argument
2590 test_special_schedule(isl_ctx *ctx, const char *domain, const char *validity, const char *proximity, const char *expected_sched) argument
2619 isl_union_map *validity, *proximity; local
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dcharset.c1071 int validity = ucn_valid_in_identifier (pfile, result, nst);
1073 if (validity == 0)
1077 else if (validity == 2 && identifier_pos == 1)
1070 int validity = ucn_valid_in_identifier (pfile, result, nst); local

Completed in 76 milliseconds