Searched refs:sub_build (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_ast_graft_private.h49 __isl_keep isl_ast_build *build, __isl_keep isl_ast_build *sub_build);
H A Disl_ast_codegen.c607 /* Update "graft" based on "bounds" and "sub_build" for the degenerate case.
610 * "sub_build" contains information about the current level itself,
623 __isl_keep isl_ast_build *sub_build)
627 if (!graft || !sub_build)
630 value = isl_pw_aff_copy(sub_build->value);
1279 * "sub_build" is essentially the same as "body_build", except that
1285 * We first add this information and the "bounds" to the sub_build->domain.
1327 isl_ast_build *sub_build; local
1337 sub_build = isl_ast_build_copy(build);
1338 sub_build
620 refine_degenerate( __isl_take isl_ast_graft *graft, __isl_keep isl_basic_set *bounds, __isl_keep isl_ast_build *build, __isl_keep isl_ast_build *sub_build) argument
[all...]
H A Disl_ast_graft.c752 * In this case, "build" refers to the outer level, while "sub_build"
760 * in the context of "sub_build".
771 __isl_keep isl_ast_build *sub_build, int up)
785 list = insert_pending_guard_nodes(list, sub_build);
844 * "sub_build" represents the context of the inner level.
853 __isl_keep isl_ast_build *build, __isl_keep isl_ast_build *sub_build)
855 return ast_graft_list_fuse(children, build, sub_build, 1);
769 ast_graft_list_fuse( __isl_take isl_ast_graft_list *list, __isl_keep isl_ast_build *build, __isl_keep isl_ast_build *sub_build, int up) argument
851 isl_ast_graft_alloc_level( __isl_take isl_ast_graft_list *children, __isl_keep isl_ast_build *build, __isl_keep isl_ast_build *sub_build) argument

Completed in 62 milliseconds