becopyilp: Inline struct size_red_t into struct ilp_env_t.
[libfirm] / ir / opt / opt_init.h
1 /*
2  * This file is part of libFirm.
3  * Copyright (C) 2012 University of Karlsruhe.
4  */
5
6 /**
7  * @file
8  * @author  Matthias Braun
9  * @brief   Init functions for various optimisations
10  */
11 #ifndef FIRM_OPT_INIT_H
12 #define FIRM_OPT_INIT_H
13
14 void firm_init_inline(void);
15
16 void firm_init_funccalls(void);
17
18 void firm_init_reassociation(void);
19
20 void firm_init_scalar_replace(void);
21
22 void firm_init_loop_opt(void);
23
24 #endif