Home
last modified time | relevance | path

Searched refs:tem_hash (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcselib.c687 unsigned int tem_hash = cselib_hash_rtx (tem, create); in cselib_hash_rtx() local
689 if (tem_hash == 0) in cselib_hash_rtx()
692 hash += tem_hash; in cselib_hash_rtx()
698 unsigned int tem_hash in cselib_hash_rtx() local
701 if (tem_hash == 0) in cselib_hash_rtx()
704 hash += tem_hash; in cselib_hash_rtx()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcselib.c648 unsigned int tem_hash = hash_rtx (tem, 0, create); local
650 if (tem_hash == 0)
653 hash += tem_hash;
658 unsigned int tem_hash = hash_rtx (XVECEXP (x, i, j), 0, create); local
660 if (tem_hash == 0)
663 hash += tem_hash;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1493 unsigned int tem_hash; local
1506 tem_hash = hash0; hash0 = hash1; hash1 = tem_hash;
1511 tem_hash = hash1; hash1 = hash2; hash2 = tem_hash;
1523 tem_hash = hash1; hash1 = hash2; hash2 = tem_hash;