Lines Matching refs:g_array
121 graph_array_type *g_array[SPECULATION_CNT]; // 2d array of graphs variable
153 g_array[scnt] = new graph_array_type; in build_BMU_graph()
154 g_array[scnt]->reserve(xranges); in build_BMU_graph()
167 g_array[scnt]->push_back(graph_vector_type()); in build_BMU_graph()
168 (*g_array[scnt])[xindex].reserve(yranges); in build_BMU_graph()
178 (*g_array[scnt])[xindex].push_back(g_local); in build_BMU_graph()
192 (*g_array[cIndex])[x][y]->wait_for_all(); in wait_for_all_graphs()
202 delete (*g_array[scnt])[i][j]; in destroy_BMU_graph()
207 (*g_array[scnt]).clear(); in destroy_BMU_graph()
208 delete g_array[scnt]; in destroy_BMU_graph()
262 (*g_array[indx])[x][y]->cancel(); in cancel_submaps()
279 (*g_array[indx])[x][y]->reset(); in restart_submaps()