Searched defs:invariant (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | loop-invariant.c | 89 struct invariant struct 94 /* The number of the invariant with the same value. */ argument 97 /* If we moved the invariant out of the loop, the register that contains its argument 101 /* The definition of the invariant. */ argument 110 /* Whether to move the invariant. */ argument 113 /* Cost of the invariant. */ argument 124 /* Entry for hash table of invariant expressions. */ argument
|
| HD | tree.c | 2971 bool constant, read_only, side_effects, invariant; in build2_stat() local 3010 bool constant, read_only, side_effects, invariant; in build3_stat() local 3056 bool constant, read_only, side_effects, invariant; in build4_stat() local 3083 bool constant, read_only, side_effects, invariant; in build5_stat() local 3112 bool constant, read_only, side_effects, invariant; in build7_stat() local
|
| HD | tree-data-ref.c | 1883 analyze_offset (tree offset, tree *invariant, tree *constant) in analyze_offset() 1960 tree invariant = NULL_TREE, constant = NULL_TREE; in create_data_ref() local
|