GCC Middle and Back End API Reference
|
Public Member Functions | |
stats () | |
Data Fields | |
unsigned int | num_decisions |
unsigned int | longest_path |
int | longest_path_code |
unsigned int | longest_backtrack |
int | longest_backtrack_code |
Statistics about a matching routine.
stats::stats | ( | ) |
unsigned int stats::longest_backtrack |
Referenced by get_stats(), and optimize_subroutine_group().
int stats::longest_backtrack_code |
Referenced by get_stats(), and optimize_subroutine_group().
unsigned int stats::longest_path |
Referenced by get_stats(), and optimize_subroutine_group().
int stats::longest_path_code |
Referenced by get_stats(), and optimize_subroutine_group().
unsigned int stats::num_decisions |
Referenced by get_stats(), and optimize_subroutine_group().