#include <stdlib.h>
#include <isl/arg.h>
#include <isl/options.h>
#include <isl/schedule.h>
Go to the source code of this file.
◆ die()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 52 of file schedule_cmp.c.
References die, equal, ISL_ARG_ALL, isl_ctx_alloc_with_options(), isl_ctx_free(), isl_schedule_free(), isl_schedule_plain_is_equal(), isl_schedule_read_from_file(), open_or_die(), options::schedule1, and options::schedule2.
◆ open_or_die()
static FILE * open_or_die |
( |
const char * |
filename | ) |
|
|
static |