Searched refs:invariant (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dloop-invariant.c1 /* RTL-level loop invariant motion.
21 /* This implements the loop invariant motion pass. It is very simple
84 unsigned invno; /* The corresponding invariant. */
87 /* The data stored for each invariant. */
89 struct invariant struct
91 /* The number of the invariant. */
94 /* The number of the invariant with the same value. */
97 /* If we moved the invariant out of the loop, the register that contains its
101 /* The definition of the invariant. */
110 /* Whether to move the invariant
[all...]
H A Dtree-data-ref.c1092 fprintf (dump_file, "\ninitial condition is not loop invariant.\n");
1282 /* Not enough information: may be not loop invariant.
1780 fprintf (dump_file, "\nptr is loop invariant.\n");
1886 analyze_offset (tree offset, tree *invariant, tree *constant)
1891 *invariant = NULL_TREE;
1900 *invariant = offset;
1921 *invariant =
1925 *invariant = invariant_0 ? invariant_0 : invariant_1;
1927 *invariant =
1928 fold_build1 (NEGATE_EXPR, TREE_TYPE (*invariant), *invarian
1883 analyze_offset(tree offset, tree *invariant, tree *constant) argument
1960 tree invariant = NULL_TREE, constant = NULL_TREE; local
[all...]
H A Dtree.c2773 /* We started out assuming this address is both invariant and constant, but
2775 any of them involve offsets that are either non-constant or non-invariant.
2820 invariant and constant if the decl is static. It's also invariant if it's
2822 is not volatile. If it's a constant, the address is both invariant and
2831 /* Addresses of thread-local variables are invariant. */
2975 invariant = 0; \
2982 bool constant, read_only, side_effects, invariant;
3001 invariant = constant;
3008 TREE_INVARIANT (t) = invariant;
2964 bool constant, read_only, side_effects, invariant; local
3003 bool constant, read_only, side_effects, invariant; local
3049 bool constant, read_only, side_effects, invariant; local
3076 bool constant, read_only, side_effects, invariant; local
3105 bool constant, read_only, side_effects, invariant; local
[all...]
/freebsd-10.0-release/gnu/usr.bin/cc/cc_int/
H A DMakefile41 dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o \
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql391 destination. This invariant must be maintained by operations which

Completed in 200 milliseconds