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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1294 gimple *then_stmt, *else_stmt; local
1306 then_stmt = first_stmt (then_bb);
1310 e->goto_locus = gimple_location (then_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 1210 gimple *then_stmt, *else_stmt; local
1223 then_stmt = first_stmt (then_bb);
1227 e->goto_locus = gimple_location (then_stmt);

Completed in 23 milliseconds