Searched defs:invariant (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | 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
|
H A D | tree.c | 2964 bool constant, read_only, side_effects, invariant; in build2_stat() local 3003 bool constant, read_only, side_effects, invariant; in build3_stat() local 3049 bool constant, read_only, side_effects, invariant; in build4_stat() local 3076 bool constant, read_only, side_effects, invariant; in build5_stat() local 3105 bool constant, read_only, side_effects, invariant; in build7_stat() local
|
H A D | 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
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | alias.c | 1039 record_base_value (regno, val, invariant) in record_base_value() argument
|