Home | History | Annotate | Download | only in info

Lines Matching full:jumps

507           -falign-functions=N  -falign-jumps=N
512 -fcaller-saves -fcprop-registers -fcse-follow-jumps
543 -fstrict-aliasing -fstrict-overflow -ftracer -fthread-jumps
2094 Allow fast jumps to the message dispatcher. On Darwin this is
4423 -fthread-jumps
4426 -fcse-follow-jumps -fcse-skip-blocks
4438 -falign-functions -falign-jumps
4464 -falign-functions -falign-jumps -falign-loops
4705 `-fthread-jumps'
4714 `-fcse-follow-jumps'
4724 This is similar to `-fcse-follow-jumps', but causes CSE to follow
4725 jumps which conditionally skip over blocks. When CSE encounters a
4794 Attempt to transform conditional jumps into branch-less
4804 conditional jumps into branch-less equivalents.
4995 This also performs jump threading (to reduce jumps to jumps). This
5280 If `-falign-loops' or `-falign-jumps' are applicable and are
5302 `-falign-jumps'
5303 `-falign-jumps=N'
5309 `-fno-align-jumps' and `-falign-jumps=1' are equivalent and mean
5768 that jumps to a computed goto. To avoid O(N^2) behavior in a
5771 Only computed jumps at the end of a basic blocks with no more
6183 be duplicated when threading jumps.
11639 and jumps to it.
16491 could be useful in cases where the code that jumps to the label is
17895 Speaking of labels, jumps from one `asm' to another are not supported.
17896 The compiler's optimizers do not know about these jumps, and therefore
29938 * falign-jumps: Optimize Options. (line 952)
29965 * fcse-follow-jumps: Optimize Options. (line 363)
30281 * fthread-jumps: Optimize Options. (line 354)