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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-low.cc 89 gimple_seq lowered_body; local
107 lowered_body = NULL;
108 gimple_seq_add_stmt (&lowered_body, bind);
109 i = gsi_start (lowered_body);
112 i = gsi_last (lowered_body);
128 bool may_fallthru = gimple_seq_may_fallthru (lowered_body);
161 gimple_set_body (current_function_decl, lowered_body);
gimple-low.cc 89 gimple_seq lowered_body; local
107 lowered_body = NULL;
108 gimple_seq_add_stmt (&lowered_body, bind);
109 i = gsi_start (lowered_body);
112 i = gsi_last (lowered_body);
128 bool may_fallthru = gimple_seq_may_fallthru (lowered_body);
161 gimple_set_body (current_function_decl, lowered_body);
  /src/external/gpl3/gcc/dist/gcc/
gimple-low.cc 98 gimple_seq lowered_body; local
116 lowered_body = NULL;
117 gimple_seq_add_stmt (&lowered_body, bind);
118 i = gsi_start (lowered_body);
121 i = gsi_last (lowered_body);
137 bool may_fallthru = gimple_seq_may_fallthru (lowered_body);
170 gimple_set_body (current_function_decl, lowered_body);
gimple-low.cc 98 gimple_seq lowered_body; local
116 lowered_body = NULL;
117 gimple_seq_add_stmt (&lowered_body, bind);
118 i = gsi_start (lowered_body);
121 i = gsi_last (lowered_body);
137 bool may_fallthru = gimple_seq_may_fallthru (lowered_body);
170 gimple_set_body (current_function_decl, lowered_body);

Completed in 50 milliseconds