Home | History | Annotate | Download | only in test

Lines Matching full:succ

628   Arc *succ;
689 arc->succ_next = function->block_graph[source].succ;
690 function->block_graph[source].succ = arc;
727 /* Must reverse the order of all succ arcs, to ensure that they match
733 if (func->block_graph[i].succ)
734 func->block_graph[i].succ = reverse_arcs (func->block_graph[i].succ);
933 current_arc = current_func->block_graph[current_block].succ;
981 current_arc = current_func->block_graph[current_block].succ;
1051 current_arc = current_func->block_graph[current_block].succ;
1077 current_arc = current_func->block_graph[current_block].succ;
1135 As arc counts are set, decrement the succ/pred count, but don't delete
1161 for (arc = block_graph[i].succ; arc;
1186 for (arc = block_graph[i].succ; arc;
1192 for (arc = block_graph[i].succ; arc;
1234 * succ and pred count of zero.