Searched refs:out_use (Results 1 – 2 of 2) sorted by relevance
471 p->out_use = 0; in find_ud()476 p->out_use |= JT(p)->in_use | JF(p)->in_use; in find_ud()477 p->in_use |= p->out_use &~ p->kill; in find_ud()688 if (ATOMELEM(b->out_use, X_ATOM)) in opt_peep()743 !ATOMELEM(b->out_use, A_ATOM)) { in opt_peep()773 !ATOMELEM(b->out_use, A_ATOM)) { in opt_peep()792 !ATOMELEM(b->out_use, A_ATOM) && b->s.k == 0) { in opt_peep()1064 if (last[atom] && !ATOMELEM(b->out_use, atom)) { in opt_deadstores()1115 ((b->out_use == 0 && aval != 0 &&b->val[A_ATOM] == aval) || in opt_blk()1145 atomset use = succ->out_use; in use_conflict()
137 atomset out_use; member