|
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 | ( | ) |
References longest_backtrack, longest_backtrack_code, longest_path, longest_path_code, and num_decisions.
| unsigned int stats::longest_backtrack |
Referenced by get_stats(), optimize_subroutine_group(), and stats().
| int stats::longest_backtrack_code |
Referenced by get_stats(), optimize_subroutine_group(), and stats().
| unsigned int stats::longest_path |
Referenced by get_stats(), optimize_subroutine_group(), and stats().
| int stats::longest_path_code |
Referenced by get_stats(), optimize_subroutine_group(), and stats().
| unsigned int stats::num_decisions |
Referenced by get_stats(), optimize_subroutine_group(), and stats().