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

References

tools/polly/lib/External/isl/include/isl/hmap_templ.c
  167 	res.value = ISL_FN(ISL_VAL,copy)(pair->val);
  168 	if (!res.value)
  173 	res.value = NULL;
  187 	ISL_FN(ISL_VAL,free)(res.value);
  201 	res = ISL_FN(ISL_HMAP,try_get)(hmap, key).value;
tools/polly/lib/External/isl/isl_ast.c
  753 		expr = m.value;
tools/polly/lib/External/isl/isl_scheduler.c
 1661 		return m.value;
 1704 		return m.value;
tools/polly/lib/External/isl/isl_union_map.c
  834 		res.value = entry2->data;
  863 		data->res = bin_add_pair(data->res, map, m.value, data);