PSEUDO_ARG
case PSEUDO_ARG:
case PSEUDO_ARG:
pseudo->type = PSEUDO_ARG;
return pseudo && (pseudo->type == PSEUDO_REG || pseudo->type == PSEUDO_ARG);
assert(pseudo->type != PSEUDO_ARG);
case PSEUDO_ARG:
case PSEUDO_ARG: {
if (pseudo->type != PSEUDO_ARG)
if (arg->type == PSEUDO_ARG) {