Searched refs:isl_ast_node_for (Results 1 – 8 of 8) sorted by relevance
84 isl_ast_node_for = 1, enumerator
1264 static const auto type = isl_ast_node_for;
1330 static const auto type = isl_ast_node_for;
964 node = isl_ast_node_alloc(ctx, isl_ast_node_for); in isl_ast_node_alloc_for()1126 case isl_ast_node_for: in isl_ast_node_dup()1194 case isl_ast_node_for: in isl_ast_node_free()1254 return isl_ast_node_check_type(node, isl_ast_node_for, in isl_ast_node_check_for()1803 case isl_ast_node_for: in traverse()2832 case isl_ast_node_for: in print_ast_node_isl()2931 if (node->type == isl_ast_node_for && node->u.f.degenerate) in need_block()3134 case isl_ast_node_for: in print_ast_node_c()3326 [isl_ast_node_for] = "iterator",3539 case isl_ast_node_for: in isl_stream_read_ast_node()[all …]
9661 if (isl_ast_node_get_type(node) == isl_ast_node_for) in count_for()9915 if (isl_ast_node_get_type(tree) == isl_ast_node_for) in create_leaf()
618 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in translate_isl_ast_for_loop()680 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in get_upper_bound()713 gcc_assert (isl_ast_node_get_type (node) == isl_ast_node_for); in translate_isl_ast_node_for()928 case isl_ast_node_for: in translate_isl_ast()
605 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in translate_isl_ast_for_loop()667 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in get_upper_bound()700 gcc_assert (isl_ast_node_get_type (node) == isl_ast_node_for); in translate_isl_ast_node_for()915 case isl_ast_node_for: in translate_isl_ast()
11687 C<isl_ast_node_for>,11692 An C<isl_ast_node_for> represents a for node.12295 is called whenever a node of type C<isl_ast_node_for> needs to12300 nodes of type C<isl_ast_node_for>. It is therefore safe to