Lines Matching full:jumps
5563 Loop unswitching. This pass moves the conditional jumps that are
5663 jumps. No code transformation is actually applied here, but the
5829 This pass removes unreachable code, simplifies jumps to next,
5830 jumps to jump, jumps across jumps, etc. The pass is run multiple
6024 the delay slots of other instructions, usually jumps and calls.
7317 and then jumps to another function. When the jumped-to function
10623 express conditional jumps.
10904 represent jumps through branch tables.
11361 For simple conditional and unconditional jumps, this field contains
11369 Return insns count as jumps, but since they do not refer to any
11440 instructions to indicate that the jumps are unconditional and
11468 transformed to mark that no code jumps to it.
11996 * Jumps::
12037 File: gccint.info, Node: Empty Statements, Next: Jumps, Prev: Statement Sequences, Up: Statements
12052 File: gccint.info, Node: Jumps, Next: Cleanups, Prev: Empty Statements, Up: Statements
12054 11.1.4 Jumps
12057 Other jumps are expressed by either `GOTO_EXPR' or `RETURN_EXPR'.
12070 File: gccint.info, Node: Cleanups, Prev: Jumps, Up: Statements
12127 used in GENERIC are lowered into conditional jumps, lexical scopes are
12158 all of the implicit jumps for control and exception expressions
16143 These edges are used for unconditional or conditional jumps and in
16144 RTL also for table jumps. They are the easiest to manipulate as
16191 Computed jumps contain edges to all labels in the function
16193 flag set. The edges used to represent computed jumps often cause
16195 many taken labels and many computed jumps may have _very_ dense
16198 avoid such dense flow graphs by factoring computed jumps. For
16199 example, given the following series of jumps,
16210 factoring the computed jumps results in the following code sequence
16227 Therefore, the computed jumps are un-factored in the later passes
16230 time for code with unfactored computed jumps caused some serious
16325 represented for conditional jumps (via the `REG_BR_PROB' macro) since
20855 jumps if the register is nonzero. Operand 0 is the register to
20865 jumps if the register is nonzero. This instruction takes five
22038 jumps or create new jumps in while splitting non-jump instructions. As
22046 unconditional jumps, or simple conditional jump instructions.
22051 new sequence is required to have only forward jumps to the newly
28454 the program jumps to that location, it executes the old contents.
31664 common destination of jumps and has no fallthru incoming edge.
32703 unconditional branches or indirect jumps.
32712 indirect jumps.
32959 being slightly preferred on machines with expensive jumps and
42202 * Jumps: Jumps. (line 6)
44057 Node: Jumps543332