HomeSort by: relevance | last modified time | path
    Searched defs:schedule_map (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_ast_build_private.h 83 * "schedule_map" maps the internal schedule domain to the external schedule
163 isl_multi_aff *schedule_map; member in struct:isl_ast_build
isl_flow.c 1493 * "schedule" or "schedule_map" represents the execution order.
1501 * the "schedule_map" field no longer contains useful information.
1507 isl_union_map *schedule_map; member in struct:isl_union_access_info
1523 isl_union_map_free(access->schedule_map);
1574 if (!info->schedule && !info->schedule_map)
1581 if (!info->schedule && !info->schedule_map)
1704 * Also free the schedule_map in case it was set last.
1713 access->schedule_map = isl_union_map_free(access->schedule_map);
1724 /* Replace the schedule map of "access" by "schedule_map"
1914 isl_union_map *access, *schedule_map; local
    [all...]

Completed in 42 milliseconds