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

  /src/external/mit/isl/dist/
isl_ast_graft.c 289 /* Internal data structure used inside insert_if.
291 * list is the list of guarded nodes created by each call to insert_if.
292 * node is the original node that is guarded by insert_if.
301 static isl_stat insert_if(__isl_take isl_basic_set *bset, void *user);
339 if (isl_set_foreach_basic_set(guard, &insert_if, &data) < 0)
354 static isl_stat insert_if(__isl_take isl_basic_set *bset, void *user) function

Completed in 34 milliseconds