Searched refs:set_bb_for_stmt (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-phinodes.c360 set_bb_for_stmt (phi, bb);
H A Dtree-cfg.c359 set_bb_for_stmt (stmt, bb);
2760 set_bb_for_stmt (tree t, basic_block bb) function
2768 set_bb_for_stmt (tsi_stmt (i), bb);
2809 /* Faster version of set_bb_for_stmt that assume that statement is being moved
2862 set_bb_for_stmt (t, i->bb);
2875 set_bb_for_stmt (t, i->bb);
2895 set_bb_for_stmt (t, NULL);
2952 set_bb_for_stmt (stmt, bsi->bb);
H A Dtree-flow.h347 extern void set_bb_for_stmt (tree, basic_block);
H A Dtree-if-conv.c974 set_bb_for_stmt (bsi_stmt (bsi), merge_target_bb);
H A Dtree-flow-inline.h554 set_bb_for_stmt (phi, bb);

Completed in 76 milliseconds