reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
636 if (!tree1 || !tree2) 638 if (tree1 == tree2) 640 if (tree1->type != tree2->type) 643 switch (tree1->type) { 645 equal = isl_schedule_band_plain_is_equal(tree1->band, 649 equal = isl_set_is_equal(tree1->context, tree2->context); 652 equal = isl_union_set_is_equal(tree1->domain, tree2->domain); 655 equal = isl_union_map_is_equal(tree1->expansion, 659 tree1->contraction, tree2->contraction); 662 equal = isl_union_map_is_equal(tree1->extension, 666 equal = isl_union_set_is_equal(tree1->filter, tree2->filter); 669 equal = isl_set_is_equal(tree1->guard, tree2->guard); 672 equal = tree1->mark == tree2->mark; 687 n = isl_schedule_tree_n_children(tree1); 693 child1 = isl_schedule_tree_get_child(tree1, i);