HomeSort by: relevance | last modified time | path
    Searched defs:isl_ast_node_alloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
isl_ast.c 912 __isl_give isl_ast_node *isl_ast_node_alloc(isl_ctx *ctx, function
940 node = isl_ast_node_alloc(isl_ast_expr_get_ctx(guard), isl_ast_node_if);
964 node = isl_ast_node_alloc(ctx, isl_ast_node_for);
990 mark = isl_ast_node_alloc(ctx, isl_ast_node_mark);
1016 node = isl_ast_node_alloc(ctx, isl_ast_node_user);
1047 node = isl_ast_node_alloc(ctx, isl_ast_node_block);
1113 dup = isl_ast_node_alloc(isl_ast_node_get_ctx(node), node->type);
isl_ast.c 912 __isl_give isl_ast_node *isl_ast_node_alloc(isl_ctx *ctx, function
940 node = isl_ast_node_alloc(isl_ast_expr_get_ctx(guard), isl_ast_node_if);
964 node = isl_ast_node_alloc(ctx, isl_ast_node_for);
990 mark = isl_ast_node_alloc(ctx, isl_ast_node_mark);
1016 node = isl_ast_node_alloc(ctx, isl_ast_node_user);
1047 node = isl_ast_node_alloc(ctx, isl_ast_node_block);
1113 dup = isl_ast_node_alloc(isl_ast_node_get_ctx(node), node->type);

Completed in 46 milliseconds