Lines Matching refs:basic
240 listing of the basic-block execution counts. Unfortunately, the
241 appearance of a human-readable `bb.out' means the basic-block counts
329 If the profile data file contains basic-block count records,
330 specifying the `-l' option, along with `-C', will cause basic-block
337 histogram, call graph, and basic-block count records is displayed.
458 only the lines at the beginning of a basic-block are annotated.
459 If this option is specified, every line in a basic-block is
522 If the program was compiled with basic-block counting enabled,
1303 augments your program with basic-block counting code, in addition to
1306 support for displaying basic-block counts is provided by the `gcov'
1332 `updcrc' has at least five basic-blocks. One is the function
1333 itself. The `if' statement on line 9 generates two more basic-blocks,
1334 one for each branch of the `if'. A fourth basic-block results from the
1336 basic-block. The compiler may also generate additional basic-blocks to
1339 A program augmented for basic-block counting can be analyzed with
1395 By contrast, the number-of-calls and basic-block figures are derived
1531 basic-block execution counts and non-realtime histograms. A magic
1547 * In the annotated source listing, if there are multiple basic
1646 If the compiler's `-a' option was used, basic-block counting is also
1649 basic-block begins (i.e., when an `if' statement appears), an extra
1652 the starting address of each basic-block. Taken together, the two
1653 arrays record the starting address of every basic-block, along with the
1660 written, followed by the call-graph arcs and the basic-block counts.
1686 basic-block execution counts cannot be accommodated by the old file
1698 records, call-graph arc records, and basic-block execution count
1702 example, for basic-block execution counts, the union is simply the sum
1703 of all execution counts for each basic-block.
1752 identifies a basic-block and the count specifies the number of times
1753 that basic-block was executed. Any address within the basic-address can
1846 only if line-by-line profiling has been selected. Each basic-block
1849 if multiple basic-block records are present for the same address, the
1895 (`basic_blocks.c:print_annotated_source') uses basic-block information,
1949 Shows basic-block records as they are read from profile data (only