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

Declarations

tools/polly/lib/External/isl/isl_schedule_tree.h
   85 __isl_give isl_schedule_tree *isl_schedule_tree_copy(

References

tools/polly/lib/External/isl/isl_list_templ.c
   78 		dup = FN(LIST(EL),add)(dup, FN(EL,copy)(list->p[i]));
  129 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  218 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  221 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list->p[i]));
  276 	return FN(EL,copy)(FN(LIST(EL),peek)(list, index));
  382 		EL *el = FN(EL,copy)(list->p[i]);
  498 		el = FN(EL,copy)(list->p[pos[i]]);
  594 		list1 = FN(LIST(EL),add)(list1, FN(EL,copy)(list2->p[i]));
  620 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list1->p[i]));
  622 		res = FN(LIST(EL),add)(res, FN(EL,copy)(list2->p[i]));
tools/polly/lib/External/isl/isl_schedule.c
  117 	tree = isl_schedule_tree_copy(schedule->root);
  223 	tree = isl_schedule_tree_copy(schedule->root);
  616 	tree1 = isl_schedule_tree_copy(schedule1->root);
  618 	tree2 = isl_schedule_tree_copy(schedule2->root);
tools/polly/lib/External/isl/isl_schedule_node.c
  120 	return isl_schedule_tree_copy(isl_schedule_node_peek_leaf(node));
  167 	return isl_schedule_tree_copy(node->tree);
  189 				isl_schedule_tree_copy(node->tree),
 1149 				isl_schedule_tree_copy(node->tree));
 1546 	tree = isl_schedule_tree_copy(node->tree);
 1577 	tree = isl_schedule_tree_copy(node->tree);
 1660 	tree = isl_schedule_tree_copy(node->tree);
 1691 	tree = isl_schedule_tree_copy(node->tree);
 1718 	tree = isl_schedule_tree_copy(node->tree);
 2089 	tree = isl_schedule_tree_copy(node->tree);
 2121 	tree = isl_schedule_tree_copy(node->tree);
 2151 	tree = isl_schedule_tree_copy(node->tree);
 2322 	tree = isl_schedule_tree_copy(node->tree);
 2336 			    node->ancestors, i, isl_schedule_tree_copy(parent));
 3588 	tree = isl_schedule_tree_copy(node->tree);
 3618 	tree = isl_schedule_tree_copy(node->tree);
 4587 	tree = isl_schedule_tree_copy(data->tree);
tools/polly/lib/External/isl/isl_schedule_tree.c
 1634 			return isl_schedule_tree_copy(leaf);
 2168 	child = isl_schedule_tree_copy(tree);
 2295 	child = isl_schedule_tree_copy(tree);
 2349 					isl_schedule_tree_copy(tree2));