Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dfinal.c983 int shuid = INSN_SHUID (lab); in shorten_branches() local
984 if (shuid < min) in shorten_branches()
986 min = shuid; in shorten_branches()
989 if (shuid > max) in shorten_branches()
991 max = shuid; in shorten_branches()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dfinal.c1223 int shuid = INSN_SHUID (lab); local
1224 if (shuid < min)
1226 min = shuid;
1229 if (shuid > max)
1231 max = shuid;