Home | History | Annotate | Download | only in test

Lines Matching full:succ

627   Arc *succ;
688 arc->succ_next = function->block_graph[source].succ;
689 function->block_graph[source].succ = arc;
726 /* Must reverse the order of all succ arcs, to ensure that they match
732 if (func->block_graph[i].succ)
733 func->block_graph[i].succ = reverse_arcs (func->block_graph[i].succ);
932 current_arc = current_func->block_graph[current_block].succ;
980 current_arc = current_func->block_graph[current_block].succ;
1050 current_arc = current_func->block_graph[current_block].succ;
1076 current_arc = current_func->block_graph[current_block].succ;
1134 As arc counts are set, decrement the succ/pred count, but don't delete
1160 for (arc = block_graph[i].succ; arc;
1185 for (arc = block_graph[i].succ; arc;
1191 for (arc = block_graph[i].succ; arc;
1233 * succ and pred count of zero.