HomeSort by: relevance | last modified time | path
    Searched defs:if_cond (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 361 tree if_cond = build_boolop (NE_EXPR, dso_initialized_node, condition); local
384 add_stmt (build_vcondition (if_cond, expr_list, void_node));
  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 176 __isl_take isl_ast_expr *if_cond,
860 graphite_create_new_guard (edge entry_edge, __isl_take isl_ast_expr *if_cond,
864 tree cond_expr = gcc_expression_from_isl_expression (type, if_cond, ip);
882 isl_ast_expr *if_cond = isl_ast_node_if_get_cond (node); local
883 edge last_e = graphite_create_new_guard (next_e, if_cond, ip);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 176 __isl_take isl_ast_expr *if_cond,
860 graphite_create_new_guard (edge entry_edge, __isl_take isl_ast_expr *if_cond,
864 tree cond_expr = gcc_expression_from_isl_expression (type, if_cond, ip);
882 isl_ast_expr *if_cond = isl_ast_node_if_get_cond (node); local
883 edge last_e = graphite_create_new_guard (next_e, if_cond, ip);

Completed in 26 milliseconds