Searched refs:then_node (Results 1 – 6 of 6) sorted by relevance
900 isl_ast_node *then_node = isl_ast_node_if_get_then (node); in translate_isl_ast_node_if() local901 translate_isl_ast (context_loop, then_node, true_e, ip); in translate_isl_ast_node_if()902 isl_ast_node_free (then_node); in translate_isl_ast_node_if()
887 isl_ast_node *then_node = isl_ast_node_if_get_then (node); in translate_isl_ast_node_if() local888 translate_isl_ast (context_loop, then_node, true_e, ip); in translate_isl_ast_node_if()889 isl_ast_node_free (then_node); in translate_isl_ast_node_if()
1448 isl_ast_node *then_node; in isl_ast_node_if_take_then_node() local1454 then_node = node->u.i.then; in isl_ast_node_if_take_then_node()1456 return then_node; in isl_ast_node_if_take_then_node()
1310 inline isl::checked::ast_node then_node() const;7180 isl::checked::ast_node ast_node_if::then_node() const in then_node() function7188 return then_node(); in get_then_node()
1376 inline isl::ast_node then_node() const;8170 isl::ast_node ast_node_if::then_node() const in then_node() function8184 return then_node(); in get_then_node()
7334 def then_node(arg0): member in ast_node_if7345 return arg0.then_node()