Searched refs:invariant_expr_entry (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dloop-invariant.c155 struct invariant_expr_entry struct
438 struct invariant_expr_hasher : free_ptr_hash <invariant_expr_entry> struct
440 static inline hashval_t hash (const invariant_expr_entry *);
441 static inline bool equal (const invariant_expr_entry *,
442 const invariant_expr_entry *);
448 invariant_expr_hasher::hash (const invariant_expr_entry *entry)
456 invariant_expr_hasher::equal (const invariant_expr_entry *entry1,
457 const invariant_expr_entry *entry2)
477 struct invariant_expr_entry *entry;
478 struct invariant_expr_entry pentr
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dloop-invariant.cc155 struct invariant_expr_entry struct
437 struct invariant_expr_hasher : free_ptr_hash <invariant_expr_entry>
439 static inline hashval_t hash (const invariant_expr_entry *);
440 static inline bool equal (const invariant_expr_entry *,
441 const invariant_expr_entry *);
447 invariant_expr_hasher::hash (const invariant_expr_entry *entry)
455 invariant_expr_hasher::equal (const invariant_expr_entry *entry1,
456 const invariant_expr_entry *entry2)
476 struct invariant_expr_entry *entry;
477 struct invariant_expr_entry pentr
[all...]

Completed in 206 milliseconds