Searched refs:indirect_cycles (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c580 int *indirect_cycles; member in struct:constraint_graph
1130 if (graph->indirect_cycles[from] != -1)
1138 if (graph->indirect_cycles[to] == -1)
1139 graph->indirect_cycles[to] = graph->indirect_cycles[from];
1224 graph->indirect_cycles = XNEWVEC (int, graph->size);
1237 graph->indirect_cycles[j] = -1;
1271 graph->indirect_cycles[j] = -1;
1499 graph->indirect_cycles[i - FIRST_REF_NODE] = lowest_node;
2642 if (graph->indirect_cycles[nod
[all...]

Completed in 103 milliseconds