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

References

tools/polly/lib/External/isl/isl_power_templ.c
   16 	if (!map)
   19 	ctx = FN(TYPE,get_ctx)(map);
   26 		map = FN(TYPE,reverse)(map);
   26 		map = FN(TYPE,reverse)(map);
   27 		return FN(TYPE,fixed_power)(map, exp);
   36 				res = FN(TYPE,copy)(map);
   39 							  FN(TYPE,copy)(map));
   50 		map = FN(TYPE,apply_range)(map, FN(TYPE,copy)(map));
   50 		map = FN(TYPE,apply_range)(map, FN(TYPE,copy)(map));
   50 		map = FN(TYPE,apply_range)(map, FN(TYPE,copy)(map));
   51 		map = FN(TYPE,coalesce)(map);
   51 		map = FN(TYPE,coalesce)(map);
   55 	FN(TYPE,free)(map);
   58 	FN(TYPE,free)(map);