Lines Matching full:jumps
3465 Loop unswitching. This pass moves the conditional jumps that are
3561 jumps. No code transformation is actually applied here, but the
3716 This pass removes unreachable code, simplifies jumps to next,
3717 jumps to jump, jumps across jumps, etc. The pass is run multiple
3892 the delay slots of other instructions, usually jumps and calls.
5126 and then jumps to another function. When the jumped-to function
6385 the implicit jumps for control expressions like `COND_EXPR'.
6562 * Jumps::
6632 File: gccint.info, Node: Selection Statements, Next: Jumps, Prev: Loops, Up: Statements
6653 File: gccint.info, Node: Jumps, Next: Cleanups, Prev: Selection Statements, Up: Statements
6655 10.2.4.6 Jumps
6658 Other jumps are expressed by either `GOTO_EXPR' or `RETURN_EXPR'.
6671 File: gccint.info, Node: Cleanups, Next: GIMPLE Exception Handling, Prev: Jumps, Up: Statements
10262 express conditional jumps.
10518 represent jumps through branch tables.
10971 For simple conditional and unconditional jumps, this field contains
10978 Return insns count as jumps, but since they do not refer to any
11049 instructions to indicate that the jumps are unconditional and
11077 transformed to mark that no code jumps to it.
11775 These edges are used for unconditional or conditional jumps and in
11776 RTL also for table jumps. They are the easiest to manipulate as
11823 Computed jumps contain edges to all labels in the function
11825 flag set. The edges used to represent computed jumps often cause
11827 many taken labels and many computed jumps may have _very_ dense
11830 avoid such dense flow graphs by factoring computed jumps. For
11831 example, given the following series of jumps,
11842 factoring the computed jumps results in the following code sequence
11859 Therefore, the computed jumps are un-factored in the later passes
11862 time for code with unfactored computed jumps caused some serious
11957 represented for conditional jumps (via the `REG_BR_PROB' macro) since
15993 jumps if the register is nonzero. Operand 0 is the register to
16003 jumps if the register is nonzero. This instruction takes five
17160 jumps or create new jumps in while splitting non-jump instructions. As
17168 unconditional jumps, or simple conditional jump instructions.
17173 new sequence is required to have only forward jumps to the newly
23367 the program jumps to that location, it executes the old contents.
26334 common destination of jumps and has no fallthru incoming edge.
27249 unconditional branches or indirect jumps.
27258 indirect jumps.
27505 being slightly preferred on machines with expensive jumps and
32780 * Jumps: Jumps. (line 6)
34407 Node: Jumps285996