Searched refs:create_leaf (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_build_private.h92 * The "create_leaf" callback is called for every leaf in the generated AST.
155 __isl_give isl_ast_node *(*create_leaf)( member in struct:isl_ast_build
H A Disl_ast_build.c188 dup->create_leaf = build->create_leaf;
382 /* Set the "create_leaf" callback of "build" to "fn".
394 build->create_leaf = fn;
422 build->create_leaf = NULL;
H A Disl_ast_codegen.c221 /* Call build->create_leaf to a create "leaf" node in the AST,
230 * This includes the create_leaf callback itself, so we make a copy
246 node = build->create_leaf(user_build, build->create_leaf_user);
255 * If the user has specified a create_leaf callback, control
270 if (build->create_leaf)
H A Disl_test.c4278 static __isl_give isl_ast_node *create_leaf(__isl_take isl_ast_build *build, function
4309 * schedule when performing an inner code generation from a create_leaf
4330 build = isl_ast_build_set_create_leaf(build, &create_leaf, NULL);

Completed in 108 milliseconds