Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
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()
Disl_ast_codegen.c3610 int empty, has_isolate; in generate_shifted_component_tree() local
3620 has_isolate = isl_ast_build_has_isolated(build); in generate_shifted_component_tree()
3621 if (has_isolate < 0) in generate_shifted_component_tree()
3623 else if (!has_isolate) in generate_shifted_component_tree()