Searched refs:isl_ast_node_for (Results 1 – 8 of 8) sorted by relevance
900 node = isl_ast_node_alloc(ctx, isl_ast_node_for); in isl_ast_node_alloc_for()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()1216 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_cond()1237 if (node->type != isl_ast_node_for) in isl_ast_node_for_get_inc()[all …]
9758 if (isl_ast_node_get_type(tree) == isl_ast_node_for) in create_leaf()
84 isl_ast_node_for = 1, enumerator
1106 static const auto type = isl_ast_node_for;
1171 static const auto type = isl_ast_node_for;
167 assert(isl_ast_node_get_type(For.get()) == isl_ast_node_for); in getNumberOfIterations()415 isl_ast_node_get_type(Child) == isl_ast_node_for) { in createMark()504 assert(isl_ast_node_get_type(Node.get()) == isl_ast_node_for); in IsLoopVectorizerDisabled()1018 case isl_ast_node_for: in create()
480 case isl_ast_node_for: in walkAstForStatistics()
11007 C<isl_ast_node_for>,11012 An C<isl_ast_node_for> represents a for node.11599 is called whenever a node of type C<isl_ast_node_for> needs to11604 nodes of type C<isl_ast_node_for>. It is therefore safe to