Home
last modified time | relevance | path

Searched refs:call_bb (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-tailcall.cc200 basic_block bb, call_bb, at_bb; in independent_of_stmt_p() local
215 call_bb = gimple_bb (gsi_stmt (gsi)); in independent_of_stmt_p()
216 for (bb = call_bb; bb != at_bb; bb = single_succ (bb)) in independent_of_stmt_p()
229 if (bb == call_bb) in independent_of_stmt_p()
260 for (bb = call_bb; bb != at_bb; bb = single_succ (bb)) in independent_of_stmt_p()
Dipa-split.cc1210 basic_block call_bb; in split_function() local
1450 call_bb = split_point->entry_bb; in split_function()
1451 for (gimple_stmt_iterator gsi = gsi_start_bb (call_bb); !gsi_end_p (gsi);) in split_function()
1459 call_bb->count = split_point->count; in split_function()
1464 gimple_stmt_iterator gsi = gsi_last_bb (call_bb); in split_function()
1542 e = make_single_succ_edge (call_bb, return_bb, in split_function()