00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef POCC_DRIVER_CANDL_H
00026 # define POCC_DRIVER_CANDL_H
00027
00028 # include <stdio.h>
00029
00030 # if HAVE_CONFIG_H
00031 # include <pocc-utils/config.h>
00032 # endif
00033
00034 # include <pocc/common.h>
00035 # include <pocc-utils/options.h>
00036 # include <pocc/options.h>
00037 # ifndef LINEAR_VALUE_IS_LONGLONG
00038 # define LINEAR_VALUE_IS_LONGLONG
00039 # endif
00040 # ifndef CANDL_SUPPORTS_SCOPLIB
00041 # define CANDL_SUPPORTS_SCOPLIB
00042 # endif
00043 # include <candl/program.h>
00044 # include <candl/dependence.h>
00045 # include <candl/options.h>
00046 # ifndef SCOPLIB_INT_T_IS_LONGLONG
00047 # define SCOPLIB_INT_T_IS_LONGLONG
00048 # endif
00049 # include <scoplib/scop.h>
00050
00051
00052 BEGIN_C_DECLS
00053
00054 extern
00055 void
00056 pocc_driver_candl (scoplib_scop_p program,
00057 s_pocc_options_t* poptions,
00058 s_pocc_utils_options_t* puoptions);
00059
00060
00061 END_C_DECLS
00062
00063
00064 #endif // POCC_DRIVER_CANDL_H