Home | History | Annotate | Download | only in info

Lines Matching full:looping

7757      infinite looping call to a const or pure function.  Stored in the
12575 looping body, it will be emitted between `OMP_CONTINUE' and
13377 statement tree by looping over substatements, like this:
17989 * Looping Patterns:: How to define patterns for special looping insns.
22569 register is nonzero. *Note Looping Patterns::.
22584 label to jump to if the register is nonzero. *Note Looping
22588 with low-overhead looping instructions as the loop optimizer will
22590 low-overhead looping is not supported, use a `define_expand'
22599 registers used by a low-overhead looping instruction. If
23077 File: gccint.info, Node: Jump Patterns, Next: Looping Patterns, Prev: Dependent Patterns, Up: Machine Desc
23121 File: gccint.info, Node: Looping Patterns, Next: Insn Canonicalizations, Prev: Jump Patterns, Up: Machine Desc
23123 16.13 Defining Looping Instruction Patterns
23138 GCC has three special named patterns to support low overhead looping.
23185 The other two special looping patterns, `doloop_begin' and
23190 The `doloop_end' pattern describes the actual looping instruction (or
23191 the implicit looping operation) and the `doloop_begin' pattern is an
23193 for some low-overhead looping instructions.
23195 Note that some machines require the actual looping instruction to be
23197 the true RTL for a looping instruction at the top of the loop can cause
23201 top of the loop, where it inserts the true looping insn (provided there
23217 File: gccint.info, Node: Insn Canonicalizations, Next: Expander Definitions, Prev: Looping Patterns, Up: Machine Desc
35799 Many targets use special registers for low-overhead looping. For
44534 looping instruction patterns: Looping Patterns. (line 6)
45668 * looping instruction patterns: Looping Patterns. (line 6)
47742 Node: Looping Patterns975628