Home | History | Annotate | Download | only in gcc

Lines Matching refs:use_bb

753   basic_block def_bb, use_bb;
870 /* If there is a phi node in USE_BB, it is made live. Otherwise,
871 find the def that dominates the immediate dominator of USE_BB
872 (the kill in USE_BB does not dominate the use). */
877 use_bb = get_immediate_dominator (CDI_DOMINATORS,
880 bb_dom_dfs_in (CDI_DOMINATORS, use_bb));
1095 basic_block use_bb = gimple_bb (use_stmt);
1096 if (use_bb != def_bb
1097 && ! dominated_by_p (CDI_DOMINATORS, use_bb, def_bb))
1106 basic_block use_bb = gimple_bb (use_stmt);
1110 set_livein_block (var, use_bb);
1112 bitmap_set_bit (interesting_blocks, use_bb->index);