Home
last modified time | relevance | path

Searched refs:then_node (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c900 isl_ast_node *then_node = isl_ast_node_if_get_then (node); in translate_isl_ast_node_if() local
901 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.cc887 isl_ast_node *then_node = isl_ast_node_if_get_then (node); in translate_isl_ast_node_if() local
888 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()
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c1448 isl_ast_node *then_node; in isl_ast_node_if_take_then_node() local
1454 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()
/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h1310 inline isl::checked::ast_node then_node() const;
7180 isl::checked::ast_node ast_node_if::then_node() const in then_node() function
7188 return then_node(); in get_then_node()
H A Dcpp.h1376 inline isl::ast_node then_node() const;
8170 isl::ast_node ast_node_if::then_node() const in then_node() function
8184 return then_node(); in get_then_node()
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py7334 def then_node(arg0): member in ast_node_if
7345 return arg0.then_node()