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

/haiku-buildtools/isl/
H A Disl_ast_build_private.h97 * The "at_each_domain" callback is called on every node created to represent
142 __isl_give isl_ast_node *(*at_each_domain)( member in struct:isl_ast_build
H A Disl_ast_build.c182 dup->at_each_domain = build->at_each_domain;
328 /* Set the "at_each_domain" callback of "build" to "fn".
340 build->at_each_domain = fn;
416 build->at_each_domain = NULL;
H A Disl_ast_codegen.c120 /* Call the at_each_domain callback, if requested by the user,
123 static __isl_give isl_ast_graft *at_each_domain(__isl_take isl_ast_graft *graft, function
128 if (!build->at_each_domain)
137 graft->node = build->at_each_domain(graft->node,
174 * If the user has set an at_each_domain callback, it is called
206 graft = at_each_domain(graft, executed, data->build);

Completed in 103 milliseconds