Searched refs:pred_count (Results 1 – 1 of 1) sorted by relevance
631 dbus_int64_t pred_count; member695 function->block_graph[target].pred_count += 1; in function_add_arc()995 current_func->block_graph[current_arc->target].pred_count -= 1; in add_counts_from_da()1091 current_func->block_graph[current_arc->target].pred_count -= 1; in add_counts_from_da()1168 else if (block_graph[i].pred_count == 0) in function_solve_graph()1202 block_graph[arc->target].pred_count -= 1; in function_solve_graph()1205 if (block_graph[i].pred_count == 1) in function_solve_graph()1224 block_graph[i].pred_count -= 1; in function_solve_graph()1240 if (block_graph[i].succ_count || block_graph[i].pred_count) in function_solve_graph()1250 i, (int) block_graph[i].succ_count, (int) block_graph[i].pred_count); in function_solve_graph()