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

References

tools/polly/lib/External/isl/isl_ast.c
  796 	return node ? node->type : isl_ast_node_error;
  811 	node->type = type;
  972 	dup = isl_ast_node_alloc(isl_ast_node_get_ctx(node), node->type);
  976 	switch (node->type) {
 1037 	switch (node->type) {
 1079 	if (node->type != isl_ast_node_for)
 1098 	if (node->type != isl_ast_node_for)
 1120 	if (node->type != isl_ast_node_for)
 1131 	if (node->type != isl_ast_node_for)
 1142 	if (node->type != isl_ast_node_for)
 1160 	if (node->type != isl_ast_node_for)
 1181 	if (node->type != isl_ast_node_for)
 1197 	if (node->type != isl_ast_node_if)
 1216 	if (node->type != isl_ast_node_if)
 1227 	if (node->type != isl_ast_node_if)
 1238 	if (node->type != isl_ast_node_if)
 1249 	if (node->type != isl_ast_node_if)
 1260 	if (node->type != isl_ast_node_block)
 1271 	if (node->type != isl_ast_node_user)
 1284 	if (node->type != isl_ast_node_mark)
 1298 	if (node->type != isl_ast_node_mark)
 1379 	switch (node->type) {
 2050 	switch (node->type) {
 2148 	if (node->type == isl_ast_node_block)
 2150 	if (node->type == isl_ast_node_for && node->u.f.degenerate)
 2152 	if (node->type == isl_ast_node_if && node->u.i.else_node)
 2154 	if (node->type == isl_ast_node_mark)
 2213 		if (else_node->type == isl_ast_node_if) {
 2352 	switch (node->type) {
 2400 	if (node->type != isl_ast_node_for)
 2419 	if (node->type != isl_ast_node_if)
 2537 	switch (node->type) {
tools/polly/lib/External/isl/isl_ast_graft.c
  426 	if ((*body)->type == isl_ast_node_block) {