Home
last modified time | relevance | path

Searched refs:pre_expr_d (Results 1 – 25 of 71) sorted by relevance

123

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-pre.c255 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
265 static inline int equal (const pre_expr_d *, const pre_expr_d *);
276 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
301 pre_expr_d::hash (const pre_expr_d *e) in hash()
323 static hash_table<pre_expr_d> *expression_to_id;
331 struct pre_expr_d **slot; in alloc_expression_id()
367 struct pre_expr_d **slot; in lookup_expression_id()
412 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
438 struct pre_expr_d expr;
464 struct pre_expr_d expr;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
266 static inline int equal (const pre_expr_d *, const pre_expr_d *);
277 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
302 pre_expr_d::hash (const pre_expr_d *e) in hash()
324 static hash_table<pre_expr_d> *expression_to_id;
332 struct pre_expr_d **slot; in alloc_expression_id()
368 struct pre_expr_d **slot; in lookup_expression_id()
413 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
439 struct pre_expr_d expr;
465 struct pre_expr_d expr;
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-pre.c255 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
583 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
H A DChangeLog-201213442 * tree-ssa-pre.c (struct pre_expr_d): Add hash_table support.
29593 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
H A DChangeLog-201213442 * tree-ssa-pre.c (struct pre_expr_d): Add hash_table support.
29593 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c255 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
265 static inline int equal (const pre_expr_d *, const pre_expr_d *);
276 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
301 pre_expr_d::hash (const pre_expr_d *e) in hash()
323 static hash_table<pre_expr_d> *expression_to_id;
331 struct pre_expr_d **slot; in alloc_expression_id()
367 struct pre_expr_d **slot; in lookup_expression_id()
412 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
438 struct pre_expr_d expr;
464 struct pre_expr_d expr;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-pre.c255 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
583 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
H A DChangeLog-201213442 * tree-ssa-pre.c (struct pre_expr_d): Add hash_table support.
29593 * tree-flow.h (struct pre_expr_d): Remove forward declaration.
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-pre.c255 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
265 static inline int equal (const pre_expr_d *, const pre_expr_d *);
276 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
301 pre_expr_d::hash (const pre_expr_d *e) in hash()
323 static hash_table<pre_expr_d> *expression_to_id;
331 struct pre_expr_d **slot; in alloc_expression_id()
367 struct pre_expr_d **slot; in lookup_expression_id()
412 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
438 struct pre_expr_d expr;
464 struct pre_expr_d expr;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-pre.c255 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
583 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-pre.c256 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
263 static inline hashval_t hash (const pre_expr_d *); argument
264 static inline int equal (const pre_expr_d *, const pre_expr_d *);
275 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
300 pre_expr_d::hash (const pre_expr_d *e) in hash()
322 static hash_table<pre_expr_d> *expression_to_id;
330 struct pre_expr_d **slot; in alloc_expression_id()
366 struct pre_expr_d **slot; in lookup_expression_id()
411 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
581 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-pre.c168 typedef struct pre_expr_d : typed_noop_remove <pre_expr_d> struct
175 typedef pre_expr_d value_type; argument
176 typedef pre_expr_d compare_type; argument
178 static inline int equal (const pre_expr_d *, const pre_expr_d *);
214 pre_expr_d::hash (const value_type *e) in hash()
244 struct pre_expr_d **slot; in alloc_expression_id()
281 struct pre_expr_d **slot; in lookup_expression_id()
335 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
520 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
1080 struct pre_expr_d expr; in get_or_alloc_expr_for_constant()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-pre.c168 typedef struct pre_expr_d : typed_noop_remove <pre_expr_d> struct
175 typedef pre_expr_d value_type; argument
176 typedef pre_expr_d compare_type; argument
178 static inline int equal (const pre_expr_d *, const pre_expr_d *);
214 pre_expr_d::hash (const value_type *e) in hash()
244 struct pre_expr_d **slot; in alloc_expression_id()
281 struct pre_expr_d **slot; in lookup_expression_id()
335 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
520 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
1080 struct pre_expr_d expr; in get_or_alloc_expr_for_constant()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c179 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
186 static inline hashval_t hash (const pre_expr_d *); argument
187 static inline int equal (const pre_expr_d *, const pre_expr_d *);
198 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
223 pre_expr_d::hash (const pre_expr_d *e) in hash()
245 static hash_table<pre_expr_d> *expression_to_id;
253 struct pre_expr_d **slot; in alloc_expression_id()
289 struct pre_expr_d **slot; in lookup_expression_id()
343 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
525 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-pre.c179 typedef struct pre_expr_d : nofree_ptr_hash <pre_expr_d> struct
186 static inline hashval_t hash (const pre_expr_d *); argument
187 static inline int equal (const pre_expr_d *, const pre_expr_d *);
198 pre_expr_d::equal (const pre_expr_d *e1, const pre_expr_d *e2) in equal()
223 pre_expr_d::hash (const pre_expr_d *e) in hash()
245 static hash_table<pre_expr_d> *expression_to_id;
253 struct pre_expr_d **slot; in alloc_expression_id()
289 struct pre_expr_d **slot; in lookup_expression_id()
343 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
525 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-pre.c188 typedef struct pre_expr_d : typed_noop_remove <pre_expr_d> struct
195 typedef pre_expr_d value_type; argument
196 typedef pre_expr_d compare_type; argument
198 static inline int equal (const pre_expr_d *, const pre_expr_d *);
234 pre_expr_d::hash (const value_type *e) in hash()
264 struct pre_expr_d **slot; in alloc_expression_id()
301 struct pre_expr_d **slot; in lookup_expression_id()
355 struct pre_expr_d expr; in get_or_alloc_expr_for_name()
540 return pre_expr_d::equal (ve1->e, ve2->e); in equal()
1085 struct pre_expr_d expr; in get_or_alloc_expr_for_constant()
[all …]
H A DChangeLog-201213442 * tree-ssa-pre.c (struct pre_expr_d): Add hash_table support.
29593 * tree-flow.h (struct pre_expr_d): Remove forward declaration.

123