Lines Matching full:basic
1 /* basic_blocks.c - Basic-block level related code: reading/writing
2 of basic-block info to/from gmon.out; computing and formatting of
3 basic-block related statistics.
83 /* Helper for sorting. Order basic blocks in decreasing number of
117 /* Read a basic-block record from file IFP. FILENAME is the name
163 /* Basic-block execution counts are meaningful only if we're
197 _("%s: warning: ignoring basic-block exec counts (use -l or --line)\n"),
205 /* Write all basic-blocks with non-zero counts to file OFP. FILENAME
246 /* Output basic-block statistics in a format that is easily parseable.
262 /* Sort basic-blocks according to function name and line number: */
281 /* Output basic-blocks: */
317 all basic-block execution counts exactly once on the line
318 that starts the basic-block. */
358 if the first basic-block address is larger than the starting
360 a portion of the previous basic-block, so print that prior
381 /* Loop through all of this line's basic-blocks. For each one,
458 /* Annotate the files named in SOURCE_FILES with basic-block statistics
510 /* Common case has at most one basic-block per source line: */
515 /* sym is the 3rd .. nth basic block for this line: */
520 /* sym is the second basic block for this line. */