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

References

tools/polly/lib/External/isl/isl_arg.c
 1248 	if (ISL_FL_ISSET(flags, ISL_ARG_SKIP_HELP))
 1283 			} else if (ISL_FL_ISSET(flags, ISL_ARG_ALL)) {
 1296 		else if (ISL_FL_ISSET(flags, ISL_ARG_ALL)) {
tools/polly/lib/External/isl/isl_map.c
 6782 	full = ISL_FL_ISSET(flags, ISL_OPT_FULL);
 6807 		if (ISL_FL_ISSET(flags, ISL_OPT_MAX))
 6872 	full = ISL_FL_ISSET(flags, ISL_OPT_FULL);
tools/polly/lib/External/isl/isl_map_lexopt_templ.c
   94 	if (ISL_FL_ISSET(flags, ISL_OPT_FULL))
tools/polly/lib/External/isl/isl_scheduler.c
  212 	return ISL_FL_ISSET(edge->types, 1 << type);
tools/polly/lib/External/isl/isl_tab.c
 3271 	if (ISL_FL_ISSET(flags, ISL_TAB_SAVE_DUAL)) {
tools/polly/lib/External/isl/isl_tab_lexopt_templ.c
  204 	full = ISL_FL_ISSET(flags, ISL_OPT_FULL);
  214 	max = ISL_FL_ISSET(flags, ISL_OPT_MAX);
tools/polly/lib/External/isl/isl_tab_pip.c
 1766 		if (ISL_FL_ISSET(flags, I_CST) && ISL_FL_ISSET(flags, I_PAR))
 1766 		if (ISL_FL_ISSET(flags, I_CST) && ISL_FL_ISSET(flags, I_PAR))
 1880 			if (ISL_FL_ISSET(flags, I_VAR)) {
 4121 		if (ISL_FL_ISSET(flags, I_PAR)) {
 4122 			if (ISL_FL_ISSET(flags, I_VAR)) {
 4128 		} else if (ISL_FL_ISSET(flags, I_VAR)) {
 4930 	if (ISL_FL_ISSET(flags, ISL_OPT_QE)) {