reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5576 empty = graph->n_total_row == graph->band_start; 5576 empty = graph->n_total_row == graph->band_start; 5577 if (graph->n_row < graph->maxvar) { 5577 if (graph->n_row < graph->maxvar) { 5582 return compute_next_band(node, graph, 1); 5583 if (graph->src_scc >= 0) 5584 return compute_split_schedule(node, graph); 5586 return compute_next_band(node, graph, 1); 5587 if (graph->scc > 1) 5588 return compute_component_schedule(node, graph, 1); 5589 if (!initialized && compute_maxvar(graph) < 0) 5592 return carry_coincidence(node, graph); 5593 return carry_dependences(node, graph); 5597 return compute_next_band(node, graph, 1); 5598 return sort_statements(node, graph, initialized);