Home
last modified time | relevance | path

Searched defs:remat_candidate (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dearly-remat.c340 struct remat_candidate { struct
342 unsigned int regno;
346 unsigned int copy_regno;
351 unsigned int constant_p : 1;
354 unsigned int can_copy_p : 1;
357 unsigned int visited_p : 1;
361 unsigned int validated_p : 1;
366 unsigned int stabilized_p : 1;
369 hashval_t hash;
394 struct remat_candidate_hasher : nofree_ptr_hash <remat_candidate> argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dearly-remat.cc340 struct remat_candidate { struct
342 unsigned int regno;
346 unsigned int copy_regno;
351 unsigned int constant_p : 1;
354 unsigned int can_copy_p : 1;
357 unsigned int visited_p : 1;
361 unsigned int validated_p : 1;
366 unsigned int stabilized_p : 1;
369 hashval_t hash;
372 rtx_insn *insn;
[all …]