Home | History | Annotate | Download | only in info

Lines Matching full:branches

4573           Dump after shortening branches.
5428 Perform optimizations where we check to see if a jump branches to a
6147 number of taken branches and improve code locality.
6153 in order to reduce number of taken branches, partitions hot and
6751 Move branches with loop invariant conditions out of the loop, with
6752 duplicates of the loop on both branches (modified according to
6927 Large functions with few branches or calls can create
7128 The maximum number of branches unswitched in a single loop.
7490 times the number of branches in the switch.
9653 conditional branches. If this option is used,
10582 Run a pass to pack branches into VLIW instructions (default).
10588 Do not run a pass to pack branches into VLIW instructions.
10712 only if the assembler/linker complain about out of range branches
11859 NUMBER can only be 1 or 2. If it is 1 then branches will be
12937 Set the cost of branches to roughly NUM "simple" instructions.
13078 optimization pass to shorten branches, calls and absolute memory
13145 Pretend that branches are expensive. This is for experimenting
13149 Do not pretend that branches are expensive. This is the default.
14065 Generate code that adds (does not add) in TPF OS specific branches
14657 pipeline stalls for always taken or probably taken branches. A
14788 only if the assembler/linker complain about out of range branches
36334 Unconditional branches will not be shown, unless the `-u' option
36339 Write branch frequencies as the number of branches taken, rather
36340 than the percentage of branches taken.
36383 `--unconditional-branches'
36385 unconditional branches. Unconditional branches are normally not
36533 80.00% of 5 branches executed in file tmp.c
36534 80.00% of 5 branches taken at least once in file tmp.c
36576 There can be multiple branches and calls listed for a single source
36578 case, the branches and calls are each given a number. There is no
36579 simple way to map these branches and calls back to source constructs.