Home
last modified time | relevance | path

Searched refs:ref_to_bb (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-phiopt.cc2951 struct ref_to_bb struct
2961 struct refs_hasher : free_ptr_hash<ref_to_bb> argument
2963 static inline hashval_t hash (const ref_to_bb *);
2964 static inline bool equal (const ref_to_bb *, const ref_to_bb *);
2974 refs_hasher::hash (const ref_to_bb *n) in hash()
2985 refs_hasher::equal (const ref_to_bb *n1, const ref_to_bb *n2) in equal()
3078 struct ref_to_bb map; in add_or_mark_expr()
3079 ref_to_bb **slot; in add_or_mark_expr()
3080 struct ref_to_bb *r2bb; in add_or_mark_expr()
3118 r2bb = XNEW (struct ref_to_bb); in add_or_mark_expr()
H A DChangeLog-202020621 (struct name_to_bb): Rename to ref_to_bb; add a new field exp;