#include "pass-instances.def"
Go to the source code of this file.
◆ DEF_PASS_LIST
#define DEF_PASS_LIST |
( |
| LIST | ) |
|
◆ GCC_PASS_LISTS
◆ INSERT_PASSES_AFTER
#define INSERT_PASSES_AFTER |
( |
| PASS | ) |
|
◆ NEXT_PASS
#define NEXT_PASS |
( |
| PASS, |
|
|
| NUM ) |
Value:
Definition tree-pass.h:74
@ NUM
Definition gengtype.h:481
#define _(msgid)
Definition intl.h:52
◆ NEXT_PASS_WITH_ARG
#define NEXT_PASS_WITH_ARG |
( |
| PASS, |
|
|
| NUM, |
|
|
| ARG ) |
Value:
#define NEXT_PASS(PASS, NUM)
Definition pass_manager.h:131
◆ NEXT_PASS_WITH_ARGS
#define NEXT_PASS_WITH_ARGS |
( |
| PASS, |
|
|
| NUM, |
|
|
| ... ) |
◆ POP_INSERT_PASSES
#define POP_INSERT_PASSES |
( |
| ) |
|
◆ PUSH_INSERT_PASSES_WITHIN
#define PUSH_INSERT_PASSES_WITHIN |
( |
| PASS, |
|
|
| NUM ) |
◆ TERMINATE_PASS_LIST
#define TERMINATE_PASS_LIST |
( |
| PASS | ) |
|
◆ pass_list