-antlr (deprecated)
Use the antlr parser for C (default)
-argument-noalias
Specifies that arguments (parameters) don't alias each other but may alias global storage
-argument-noalias-global
Specifies that arguments (parameters) don't alias each other and don't alias global storage
-callgraph
Print the static call graph to stdout
-cfg (deprecated)
Print the control-flow graph to stdout
-ddt
Perform Data Dependence Testing
-expand-all-header
Expand all header file #includes into code
-expand-user-header
Expand user (non-standard) header file #includes into code
-help
Print this message
-inline=N (deprecated)
Inline calls to procedures with N statements or fewer
-macro
Sets macros for the specified names with comma-separated list (no space is allowed) e.g. -macro=ARCH=i686,OS=linux
-no-alias
Disable alias analysis
-no-side-effect
Assume there is no side-effect in function calls (for range analysis)
-normalize
Normalize for loops so they begin at 0 and have a step of 1
-ompGen
Generate OpenMP pragma
-openmp
Analyze OpenMP pragmas
-outdir=dirname
Set the output directory name (default is cetus_output)
-parallelize-loops
Annotate loops with Parallelization decisions
-parse-only (deprecated)
Stop after parsing; do not analyze or transform
-preprocessor=command
Set the preprocessor command to use
-print-with-string
Print after converting IR to strings (faster)
-privatize
Perform scalar/array privatization analysis
-procs=N (deprecated)
Set the number of processors for parallel parsing
-profile-loops
Inserts loop profiling calls (1=every, 2=outer, 3=cetus parallel, 4=outer cetus parallel, 5=openmp, 6=outer openmp)
-reduction
Perform reduction variable analysis
-report-parallel
Print loop parallelization results
-skip-procedures=proc1,proc2,...
Causes all passes that observe this flag to skip the listed procedures
-tloops-to-subroutines
Extract all loops into subroutines
-tsingle-call
Transform all statements so they contain at most one function call
-tsingle-declarator
Transform all variable declarations so they contain at most one declarator
-tsingle-return
Transform all procedures so they have a single return statement
-usage (deprecated)
Print this message
-verbosity=N
Degree of status messages (0-4) that you wish to see (default is 0)
-version
Print the version information