Home
last modified time | relevance | path

Searched refs:node_for (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c144 __isl_keep isl_ast_node *node_for,
177 __isl_keep isl_ast_node *node_for,
580 graphite_create_new_loop (edge entry_edge, __isl_keep isl_ast_node *node_for, in graphite_create_new_loop() argument
584 isl_ast_expr *for_inc = isl_ast_node_for_get_inc (node_for); in graphite_create_new_loop()
597 isl_ast_expr *for_iterator = isl_ast_node_for_get_iterator (node_for); in graphite_create_new_loop()
614 __isl_keep isl_ast_node *node_for, edge next_e, in translate_isl_ast_for_loop() argument
618 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in translate_isl_ast_for_loop()
619 struct loop *loop = graphite_create_new_loop (next_e, node_for, context_loop, in translate_isl_ast_for_loop()
626 isl_ast_node *for_body = isl_ast_node_for_get_body (node_for); in translate_isl_ast_for_loop()
640 isl_id *id = isl_ast_node_get_annotation (node_for); in translate_isl_ast_for_loop()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.cc139 __isl_keep isl_ast_node *node_for,
172 __isl_keep isl_ast_node *node_for,
569 graphite_create_new_loop (edge entry_edge, __isl_keep isl_ast_node *node_for, in graphite_create_new_loop() argument
573 isl_ast_expr *for_inc = isl_ast_node_for_get_inc (node_for); in graphite_create_new_loop()
586 isl_ast_expr *for_iterator = isl_ast_node_for_get_iterator (node_for); in graphite_create_new_loop()
601 __isl_keep isl_ast_node *node_for, edge next_e, in translate_isl_ast_for_loop() argument
605 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for); in translate_isl_ast_for_loop()
606 struct loop *loop = graphite_create_new_loop (next_e, node_for, context_loop, in translate_isl_ast_for_loop()
613 isl_ast_node *for_body = isl_ast_node_for_get_body (node_for); in translate_isl_ast_for_loop()
627 isl_id *id = isl_ast_node_get_annotation (node_for); in translate_isl_ast_for_loop()
[all …]