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

/haiku-buildtools/isl/
H A Disl_ast_graft.c534 int subset, found_then, found_else; local
541 found_then = found_else = -1;
551 found_then = j;
572 if (found_then >= 0)
574 isl_set_copy(if_node[found_then].guard));
587 if (found_then >= 0)
588 set = if_node[found_then].guard;
602 if (found_then >= 0)
603 res = extend_then(res, if_node[found_then].node,

Completed in 36 milliseconds