Searched defs:DEF_EDGE_FLAG (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | print-rtl-function.c | 65 #define DEF_EDGE_FLAG(NAME,IDX) \ in print_edge() macro
|
H A D | cfg.c | 521 #define DEF_EDGE_FLAG(NAME,IDX) #NAME , in dump_edge_info() macro
|
H A D | basic-block.h | 56 #define DEF_EDGE_FLAG(NAME,IDX) EDGE_##NAME = 1 << IDX , macro
|
H A D | read-rtl-function.c | 706 #define DEF_EDGE_FLAG(NAME,IDX) \ in parse_edge_flag_token() macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | print-rtl-function.cc | 65 #define DEF_EDGE_FLAG(NAME,IDX) \ in print_edge() macro
|
H A D | cfg.cc | 535 #define DEF_EDGE_FLAG(NAME,IDX) #NAME , in dump_edge_info() macro
|
H A D | basic-block.h | 56 #define DEF_EDGE_FLAG(NAME,IDX) EDGE_##NAME = 1 << IDX , macro
|
H A D | read-rtl-function.cc | 706 #define DEF_EDGE_FLAG(NAME,IDX) \ in parse_edge_flag_token() macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | supergraph.cc | 826 #define DEF_EDGE_FLAG(NAME,IDX) \ in dump_label_to_pp() macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | supergraph.cc | 1040 #define DEF_EDGE_FLAG(NAME,IDX) \ in dump_label_to_pp() macro
|