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

  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 134 edge next_e, ivs_params &ip);
137 edge next_e, ivs_params &ip);
140 edge next_e,
145 edge next_e, ivs_params &ip);
147 edge next_e, ivs_params &ip);
150 edge next_e, ivs_params &ip);
190 edge copy_bb_and_scalar_dependences (basic_block bb, edge next_e,
597 - NEXT_E is the edge where new generated code should be attached. */
601 __isl_keep isl_ast_node *node_for, edge next_e,
606 struct loop *loop = graphite_create_new_loop (next_e, node_for, context_loop
    [all...]
cfgloop.cc 1049 next = exit->next_e;
1099 exit->next_e = exits;
1163 for (; exit != NULL; exit = exit->next_e)
1695 for (; exit; exit = exit->next_e)
cfgloop.h 86 struct loop_exit *next_e; variable in typeref:struct:loop_exit
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 134 edge next_e, ivs_params &ip);
137 edge next_e, ivs_params &ip);
140 edge next_e,
145 edge next_e, ivs_params &ip);
147 edge next_e, ivs_params &ip);
150 edge next_e, ivs_params &ip);
190 edge copy_bb_and_scalar_dependences (basic_block bb, edge next_e,
597 - NEXT_E is the edge where new generated code should be attached. */
601 __isl_keep isl_ast_node *node_for, edge next_e,
606 struct loop *loop = graphite_create_new_loop (next_e, node_for, context_loop
    [all...]
cfgloop.cc 1056 next = exit->next_e;
1106 exit->next_e = exits;
1170 for (; exit != NULL; exit = exit->next_e)
1702 for (; exit; exit = exit->next_e)
cfgloop.h 83 struct loop_exit *next_e; variable in typeref:struct:loop_exit

Completed in 18 milliseconds