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

References

tools/polly/lib/External/isl/isl_schedule_read.c
  661 	if (isl_stream_yaml_read_start_mapping(s))
  663 	more = isl_stream_yaml_next(s);
  667 		isl_stream_error(s, NULL, "missing key");
  671 	tok = isl_stream_next_token(s);
  672 	key = extract_key(s, tok);
  673 	isl_stream_push_token(s, tok);
  678 		tree = read_context(s);
  681 		tree = read_domain(s);
  685 		tree = read_expansion(s);
  688 		tree = read_extension(s);
  691 		tree = read_filter(s);
  694 		tree = read_guard(s);
  697 		isl_token_free(isl_stream_next_token(s));
  698 		tree = isl_schedule_tree_leaf(isl_stream_get_ctx(s));
  701 		tree = read_mark(s);
  704 		tree = read_sequence(s);
  707 		tree = read_set(s);
  713 		tree = read_band(s);
  716 		isl_die(isl_stream_get_ctx(s), isl_error_unsupported,
  723 	if (isl_stream_yaml_read_end_mapping(s) < 0) {
  724 		isl_stream_error(s, NULL, "unexpected extra elements");