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

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1071 basic_block this_block; local
1101 FOR_EACH_BB_FN (this_block, cfun)
1107 for (gsi = gsi_start_bb (this_block);
2348 basic_block this_block;
2365 FOR_EACH_BB_FN (this_block, cfun)
2367 for (gimple_stmt_iterator gsi = gsi_start_bb (this_block);
2393 FOR_EACH_BB_FN (this_block, cfun)
2394 if (gcall *g = safe_dyn_cast <gcall *> (*gsi_last_bb (this_block)))
2400 && gimple_purge_dead_eh_edges (this_block))
2347 basic_block this_block; local
cgraph.cc 3491 basic_block this_block; local
3841 FOR_EACH_BB_FN (this_block, this_cfun)
3843 for (gsi = gsi_start_phis (this_block);
3846 for (gsi = gsi_start_bb (this_block);
final.cc 1505 tree this_block;
1526 this_block = LOCATION_BLOCK (NOTE_MARKER_LOCATION (insn));
1540 this_block = insn_scope (insn);
1547 this_block = NULL;
1549 this_block = choose_inner_scope (this_block,
1553 if (! this_block)
1558 this_block = DECL_INITIAL (cfun->decl);
1561 if (this_block != cur_block)
1563 change_scope (insn, cur_block, this_block);
1498 tree this_block; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1060 basic_block this_block; local
1090 FOR_EACH_BB_FN (this_block, cfun)
1096 for (gsi = gsi_start_bb (this_block);
2331 basic_block this_block;
2348 FOR_EACH_BB_FN (this_block, cfun)
2350 for (gimple_stmt_iterator gsi = gsi_start_bb (this_block);
2376 FOR_EACH_BB_FN (this_block, cfun)
2377 if (gimple *g = last_stmt (this_block))
2384 && gimple_purge_dead_eh_edges (this_block))
2330 basic_block this_block; local
cgraph.cc 3431 basic_block this_block; local
3778 FOR_EACH_BB_FN (this_block, this_cfun)
3780 for (gsi = gsi_start_phis (this_block);
3783 for (gsi = gsi_start_bb (this_block);
final.cc 1521 tree this_block;
1542 this_block = LOCATION_BLOCK (NOTE_MARKER_LOCATION (insn));
1556 this_block = insn_scope (insn);
1563 this_block = NULL;
1565 this_block = choose_inner_scope (this_block,
1569 if (! this_block)
1574 this_block = DECL_INITIAL (cfun->decl);
1577 if (this_block != cur_block)
1579 change_scope (insn, cur_block, this_block);
1514 tree this_block; local
    [all...]

Completed in 30 milliseconds