D | bi_opt_push_ubo.c | 190 bi_find_component(adjacency_row *adjacency, BITSET_WORD *visited, in bi_find_component() argument 198 BITSET_FOREACH_SET(neighbour, adjacency[node].row, PAN_MAX_PUSH) { in bi_find_component() 200 bi_find_component(adjacency, visited, component, size, in bi_find_component() 229 bi_create_fau_interference_graph(bi_context *ctx, adjacency_row *adjacency) in bi_create_fau_interference_graph() argument 255 BITSET_SET(adjacency[x].row, y); in bi_create_fau_interference_graph() 256 BITSET_SET(adjacency[y].row, x); in bi_create_fau_interference_graph() 281 adjacency_row adjacency[PAN_MAX_PUSH] = { 0 }; in bi_opt_reorder_push() local 291 bi_create_fau_interference_graph(ctx, adjacency); in bi_opt_reorder_push() 298 bi_find_component(adjacency, visited, component, &size, i); in bi_opt_reorder_push()
|