HomeSort by: relevance | last modified time | path
    Searched refs:isl_ast_node_for (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
ast_type.h 84 isl_ast_node_for = 1, enumerator in enum:isl_ast_node_type
cpp-checked.h 1264 static const auto type = isl_ast_node_for;
cpp.h 1330 static const auto type = isl_ast_node_for;
  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 560 /* Creates a new LOOP corresponding to isl_ast_node_for. Inserts an
595 /* Create the loop for a isl_ast_node_for.
605 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for);
667 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for);
694 /* Translates an isl_ast_node_for to Gimple. */
700 gcc_assert (isl_ast_node_get_type (node) == isl_ast_node_for);
915 case isl_ast_node_for:
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 560 /* Creates a new LOOP corresponding to isl_ast_node_for. Inserts an
595 /* Create the loop for a isl_ast_node_for.
605 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for);
667 gcc_assert (isl_ast_node_get_type (node_for) == isl_ast_node_for);
694 /* Translates an isl_ast_node_for to Gimple. */
700 gcc_assert (isl_ast_node_get_type (node) == isl_ast_node_for);
915 case isl_ast_node_for:
  /src/external/mit/isl/dist/
isl_ast.c 964 node = isl_ast_node_alloc(ctx, isl_ast_node_for);
1126 case isl_ast_node_for:
1194 case isl_ast_node_for:
1250 /* Check that "node" is of type isl_ast_node_for.
1254 return isl_ast_node_check_type(node, isl_ast_node_for,
1803 case isl_ast_node_for:
2832 case isl_ast_node_for:
2931 if (node->type == isl_ast_node_for && node->u.f.degenerate)
3134 case isl_ast_node_for:
3326 [isl_ast_node_for] = "iterator"
    [all...]
isl_test.c 9661 if (isl_ast_node_get_type(node) == isl_ast_node_for)
9915 if (isl_ast_node_get_type(tree) == isl_ast_node_for)

Completed in 76 milliseconds