Polly 22.0.0git
bound.c File Reference
#include <assert.h>
#include <isl/stream.h>
#include <isl_map_private.h>
#include <isl/polynomial.h>
#include <isl_scan.h>
#include <isl/val.h>
#include <isl/options.h>

Go to the source code of this file.

Classes

struct  bound_options
struct  verify_point_bound

Functions

 ISL_ARG_CHILD (struct bound_options, isl, "isl", &isl_options_args, "isl options") ISL_ARGS_END static __isl_give isl_set *set_bounds(__isl_take isl_set *set)
static isl_stat verify_point (__isl_take isl_point *pnt, void *user)
static int check_solution (__isl_take isl_pw_qpolynomial_fold *pwf, __isl_take isl_pw_qpolynomial_fold *bound, int exact, struct bound_options *options)
int main (int argc, char **argv)

Function Documentation

◆ check_solution()

◆ ISL_ARG_CHILD()

◆ main()

◆ verify_point()