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

References

tools/polly/lib/External/ppcg/gpu_group.c
 1635 	check_can_be_private_live_ranges(kernel, node);
 1639 	data.kernel_depth = isl_schedule_node_get_schedule_depth(node);
 1640 	data.host_sched = isl_schedule_node_get_prefix_schedule_relation(node);
 1642 	node = isl_schedule_node_copy(node);
 1642 	node = isl_schedule_node_copy(node);
 1643 	node = gpu_tree_move_down_to_shared(node, kernel->core);
 1643 	node = gpu_tree_move_down_to_shared(node, kernel->core);
 1644 	data.shared_depth = isl_schedule_node_get_schedule_depth(node);
 1645 	data.shared_sched = prefix_with_equalities(node);
 1647 	node = gpu_tree_move_down_to_thread(node, kernel->core);
 1647 	node = gpu_tree_move_down_to_thread(node, kernel->core);
 1648 	node = isl_schedule_node_child(node, 0);
 1648 	node = isl_schedule_node_child(node, 0);
 1649 	data.thread_depth = isl_schedule_node_get_schedule_depth(node);
 1650 	data.n_thread = isl_schedule_node_band_n_member(node);
 1654 		data.copy_sched = prefix_with_equalities(node);
 1657 		isl_schedule_node_band_get_partial_schedule_union_map(node));
 1672 	node = isl_schedule_node_child(node, 0);
 1672 	node = isl_schedule_node_child(node, 0);
 1675 		isl_schedule_node_get_subtree_schedule_union_map(node));
 1676 	isl_schedule_node_free(node);