Home | History | Annotate | Download | only in info

Lines Matching full:speed

7050      to increase code size for a gain in speed, while Morel-Renvoise
7056 well as load motion. If you are optimizing for speed, LCM (lazy
7060 speed. Regardless of which type of GCSE is used,
17695 In many cases a compiler must make a choice whether to trade speed in
17696 one part of code for speed
17697 speed. In such cases it is useful to know information about how often
24669 another one. This algorithm is very fast, and furthermore, its speed
31197 These macros let you describe the relative speed of various operations
31299 optimized for speed. When it is false, `BRANCH_COST' should
31339 -- Macro: MOVE_RATIO (SPEED)
31350 The parameter SPEED is true if the code is currently being
31351 optimized for speed rather than size.
31366 -- Macro: CLEAR_RATIO (SPEED)
31373 The parameter SPEED is true if the code is currently being
31374 optimized for speed rather than size.
31384 -- Macro: SET_RATIO (SPEED)
31391 The parameter SPEED is true if the code is currently being
31392 optimized for speed rather than size.
31461 OUTER_CODE, int *TOTAL, bool SPEED)
31480 When optimizing for code size, i.e. when `speed' is false, this
31487 -- Target Hook: int TARGET_ADDRESS_COST (rtx ADDRESS, bool SPEED)
46500 * speed of instructions: Costs. (line 6)