Searched refs:isl_ast_node_for (Results 1 – 7 of 7) sorted by relevance
1041 case isl_ast_node_for: in isl_ast_node_dup()1099 case isl_ast_node_for: in isl_ast_node_free()1135 if (node->type != isl_ast_node_for) in isl_ast_node_for_set_body()1154 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_body()1176 if (node->type != isl_ast_node_for) in isl_ast_node_for_is_degenerate()1187 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_iterator()1198 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_init()1465 case isl_ast_node_for: in isl_ast_node_foreach_descendant_top_down()2149 case isl_ast_node_for: in print_ast_node_isl()2451 case isl_ast_node_for: in print_ast_node_c()[all …]
9798 if (isl_ast_node_get_type(tree) == isl_ast_node_for) in create_leaf()
84 isl_ast_node_for = 1, enumerator
1289 static const auto type = isl_ast_node_for;
150 assert(isl_ast_node_get_type(For.get()) == isl_ast_node_for); in getNumberOfIterations()424 isl_ast_node_get_type(Child) == isl_ast_node_for) { in createMark()529 assert(isl_ast_node_get_type(Node.get()) == isl_ast_node_for); in IsLoopVectorizerDisabled()1042 case isl_ast_node_for: in create()
464 case isl_ast_node_for: in walkAstForStatistics()
11465 C<isl_ast_node_for>,11470 An C<isl_ast_node_for> represents a for node.12057 is called whenever a node of type C<isl_ast_node_for> needs to12062 nodes of type C<isl_ast_node_for>. It is therefore safe to