reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/isl_schedule_tree.c
 2600 	if (!tree)
 2602 	if (tree->type != isl_schedule_node_band)
 2603 		isl_die(isl_schedule_tree_get_ctx(tree), isl_error_invalid,
 2605 	tree = isl_schedule_tree_cow(tree);
 2605 	tree = isl_schedule_tree_cow(tree);
 2606 	if (!tree)
 2609 	tree->band = isl_schedule_band_gist(tree->band, context);
 2609 	tree->band = isl_schedule_band_gist(tree->band, context);
 2610 	if (!tree->band)
 2611 		return isl_schedule_tree_free(tree);
 2612 	return tree;
 2615 	isl_schedule_tree_free(tree);