Setcond          1394 src/cmd/5c/peep.c 			return Setcond;
Setcond          1460 src/cmd/5c/peep.c 			if((t1 == Branch && (t2 == Join || t2 == Setcond)) ||
Setcond          1461 src/cmd/5c/peep.c 			   (t2 == Join && (t1 == Join || t1 == Setcond))) {
Setcond          1520 src/cmd/5g/peep.c 			return Setcond;
Setcond          1587 src/cmd/5g/peep.c 			if((t1 == Branch && (t2 == Join || t2 == Setcond)) ||
Setcond          1588 src/cmd/5g/peep.c 			   (t2 == Join && (t1 == Join || t1 == Setcond))) {