Searched refs:CloogInput (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/cloog/include/cloog/
H A Dinput.h14 typedef struct clooginput CloogInput; typedef in typeref:struct:clooginput
16 CloogInput *cloog_input_from_osl_scop(CloogState *, struct osl_scop *);
17 CloogInput *cloog_input_read(FILE *file, CloogOptions *options);
18 CloogInput *cloog_input_alloc(CloogDomain *context, CloogUnionDomain *ud);
19 void cloog_input_free(CloogInput *input);
21 void cloog_input_dump_cloog(FILE *file, CloogInput *input, CloogOptions *opt);
H A Dclast.h127 struct clast_stmt *cloog_clast_create_from_input(CloogInput *input,
/haiku-buildtools/cloog/source/
H A Dinput.c31 * \return A CloogInput corresponding to the scop input.
33 CloogInput *cloog_input_from_osl_scop(CloogState *state, osl_scop_p scop) {
34 CloogInput *input = NULL;
55 * in the returned CloogInput. The chosen language is put in
58 CloogInput *cloog_input_read(FILE *file, CloogOptions *options)
69 CloogInput * input = cloog_input_from_osl_scop(options->state,
97 * Create a CloogInput from a CloogDomain context and a CloogUnionDomain.
99 CloogInput *cloog_input_alloc(CloogDomain *context, CloogUnionDomain *ud)
101 CloogInput *input;
103 input = ALLOC(CloogInput);
[all...]
H A Dprogram.c726 CloogInput *input;
H A Dclast.c1884 struct clast_stmt *cloog_clast_create_from_input(CloogInput *input,
/haiku-buildtools/cloog/examples/example/
H A Dexample.c13 CloogInput *input;
H A Dexample-isl.c23 CloogInput *input;

Completed in 80 milliseconds