Home
last modified time | relevance | path

Searched refs:has_isolate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_band.c868 isl_bool has_isolate, has_loop_type, has_isolate_loop_type; in isl_schedule_band_set_ast_build_options() local
873 has_isolate = has_isolate_option(options); in isl_schedule_band_set_ast_build_options()
874 if (has_isolate < 0) in isl_schedule_band_set_ast_build_options()
907 band->anchored = has_isolate; in isl_schedule_band_set_ast_build_options()
H A Disl_ast_codegen.c3620 int empty, has_isolate; in generate_shifted_component_tree() local
3630 has_isolate = isl_ast_build_has_isolated(build); in generate_shifted_component_tree()
3631 if (has_isolate < 0) in generate_shifted_component_tree()
3633 else if (!has_isolate) in generate_shifted_component_tree()