Searched refs:direct_nodes (Results 1 – 1 of 1) sorted by relevance
471 sbitmap direct_nodes; member971 graph->direct_nodes = sbitmap_alloc (graph->size); in build_pred_graph()972 sbitmap_zero (graph->direct_nodes); in build_pred_graph()977 SET_BIT (graph->direct_nodes, j); in build_pred_graph()1002 RESET_BIT (graph->direct_nodes, rhsvar); in build_pred_graph()1010 RESET_BIT (graph->direct_nodes, lhsvar); in build_pred_graph()1019 RESET_BIT (graph->direct_nodes, rhsvar); in build_pred_graph()1033 RESET_BIT (graph->direct_nodes, lhs.var); in build_pred_graph()1035 RESET_BIT (graph->direct_nodes, rhs.var); in build_pred_graph()1753 if (!TEST_BIT (graph->direct_nodes, w)) in label_visit()[all …]