Searched refs:LIVEDUMP_ENTRY (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-live.h260 #define LIVEDUMP_ENTRY 0x01 macro
262 #define LIVEDUMP_ALL (LIVEDUMP_ENTRY | LIVEDUMP_EXIT)
H A Dtree-ssa-live.c1418 if ((flag & LIVEDUMP_ENTRY) && live->livein)
H A Dtree-ssa-coalesce.c1732 dump_live_info (dump_file, liveinfo, LIVEDUMP_ENTRY);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-live.h260 #define LIVEDUMP_ENTRY 0x01 macro
262 #define LIVEDUMP_ALL (LIVEDUMP_ENTRY | LIVEDUMP_EXIT)
H A Dtree-ssa-live.cc1473 if ((flag & LIVEDUMP_ENTRY) && live->livein)
H A Dtree-ssa-coalesce.cc1732 dump_live_info (dump_file, liveinfo, LIVEDUMP_ENTRY);

Completed in 162 milliseconds