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

Declarations

tools/polly/lib/External/isl/include/isl/ast.h
   90 __isl_give isl_ast_node *isl_ast_node_copy(__isl_keep isl_ast_node *node);

References

tools/polly/lib/CodeGen/IslAst.cpp
  580 __isl_give isl_ast_node *IslAst::getAst() { return isl_ast_node_copy(Root); }
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 5005   ptr = isl_ast_node_copy(ptr);
 5036   return isl_ast_node_copy(ptr);
tools/polly/lib/External/isl/isl_ast.c
  979 		dup->u.i.then = isl_ast_node_copy(node->u.i.then);
  980 		dup->u.i.else_node = isl_ast_node_copy(node->u.i.else_node);
  990 		dup->u.f.body = isl_ast_node_copy(node->u.f.body);
 1002 		dup->u.m.node = isl_ast_node_copy(node->u.m.node);
 1101 	return isl_ast_node_copy(node->u.f.body);
 1219 	return isl_ast_node_copy(node->u.i.then);
 1241 	return isl_ast_node_copy(node->u.i.else_node);
 1302 	return isl_ast_node_copy(node->u.m.node);
tools/polly/lib/External/isl/isl_ast_graft.c
   42 	return graft ? isl_ast_node_copy(graft->node) : NULL;
  316 	node = isl_ast_node_copy(data->node);
  455 	extend_body(body, isl_ast_node_copy(graft->node));
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]));