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

/haiku-buildtools/isl/
H A Disl_ast_codegen.c1278 * "body_build" is the build in which the next level is created,
1279 * "sub_build" is essentially the same as "body_build", except that
1328 isl_ast_build *body_build; local
1350 body_build = isl_ast_build_copy(sub_build);
1351 body_build = isl_ast_build_increase_depth(body_build);
1353 node = before_each_for(node, body_build);
1355 isl_ast_build_copy(body_build));
1367 graft = after_each_for(graft, body_build);
1369 isl_ast_build_free(body_build);
[all...]

Completed in 29 milliseconds