Home | History | Annotate | Download | only in info

Lines Matching full:jumps

5473      Loop unswitching.  This pass moves the conditional jumps that are
5573 jumps. No code transformation is actually applied here, but the
5739 This pass removes unreachable code, simplifies jumps to next,
5740 jumps to jump, jumps across jumps, etc. The pass is run multiple
5924 the delay slots of other instructions, usually jumps and calls.
7217 and then jumps to another function. When the jumped-to function
8619 the implicit jumps for control expressions like `COND_EXPR'.
8796 * Jumps::
8866 File: gccint.info, Node: Selection Statements, Next: Jumps, Prev: Loops, Up: Statements
8887 File: gccint.info, Node: Jumps, Next: Cleanups, Prev: Selection Statements, Up: Statements
8889 10.2.4.6 Jumps
8892 Other jumps are expressed by either `GOTO_EXPR' or `RETURN_EXPR'.
8905 File: gccint.info, Node: Cleanups, Next: GIMPLE Exception Handling, Prev: Jumps, Up: Statements
12681 express conditional jumps.
12963 represent jumps through branch tables.
13417 For simple conditional and unconditional jumps, this field contains
13425 Return insns count as jumps, but since they do not refer to any
13496 instructions to indicate that the jumps are unconditional and
13524 transformed to mark that no code jumps to it.
14232 These edges are used for unconditional or conditional jumps and in
14233 RTL also for table jumps. They are the easiest to manipulate as
14280 Computed jumps contain edges to all labels in the function
14282 flag set. The edges used to represent computed jumps often cause
14284 many taken labels and many computed jumps may have _very_ dense
14287 avoid such dense flow graphs by factoring computed jumps. For
14288 example, given the following series of jumps,
14299 factoring the computed jumps results in the following code sequence
14316 Therefore, the computed jumps are un-factored in the later passes
14319 time for code with unfactored computed jumps caused some serious
14414 represented for conditional jumps (via the `REG_BR_PROB' macro) since
18826 jumps if the register is nonzero. Operand 0 is the register to
18836 jumps if the register is nonzero. This instruction takes five
20009 jumps or create new jumps in while splitting non-jump instructions. As
20017 unconditional jumps, or simple conditional jump instructions.
20022 new sequence is required to have only forward jumps to the newly
26351 the program jumps to that location, it executes the old contents.
29499 common destination of jumps and has no fallthru incoming edge.
30426 unconditional branches or indirect jumps.
30435 indirect jumps.
30682 being slightly preferred on machines with expensive jumps and
39162 * Jumps: Jumps. (line 6)
40939 Node: Jumps404924