PoCC Version 1.0
|
Go to the source code of this file.
Data Structures | |
struct | s_pocc_utils_options |
Defines | |
#define | POCC_UTILS_CODEGEN_FULL 0 |
#define | POCC_UTILS_CODEGEN_PLUTO 1 |
#define | BEGIN_C_DECLS |
#define | END_C_DECLS |
Typedefs | |
typedef void(* | pocc_codegen_fun_t )(struct s_pocc_utils_options *) |
typedef struct s_pocc_utils_options | s_pocc_utils_options_t |
Functions | |
s_pocc_utils_options_t * | pocc_utils_options_malloc () |
void | pocc_utils_options_free (s_pocc_utils_options_t *opts) |
#define POCC_UTILS_CODEGEN_FULL 0 |
Referenced by pocc_utils_options_malloc().
#define POCC_UTILS_CODEGEN_PLUTO 1 |
#define BEGIN_C_DECLS |
#define END_C_DECLS |
typedef void(* pocc_codegen_fun_t)(struct s_pocc_utils_options *) |
typedef struct s_pocc_utils_options s_pocc_utils_options_t |
s_pocc_utils_options_t* pocc_utils_options_malloc | ( | ) |
References s_pocc_utils_options::cloog_options, s_pocc_utils_options::codegen_mode, s_pocc_utils_options::data_file, s_pocc_utils_options::input_file_name, s_pocc_utils_options::iterative, s_pocc_utils_options::output_file_name, s_pocc_utils_options::pocc_codegen, s_pocc_utils_options::pocc_options, POCC_UTILS_CODEGEN_FULL, s_pocc_utils_options::point_idx, s_pocc_utils_options::program, s_pocc_utils_options::program_exec_result, and s_pocc_utils_options::transfo_matrices.
Referenced by main().
void pocc_utils_options_free | ( | s_pocc_utils_options_t * | opts | ) |