Lines Matching refs:NOP
77 #define NOP -1 macro
340 if (c == NOP) in atomuse()
383 if (s->code == NOP) in atomdef()
424 if (s->s.code == NOP) in compute_local_ud()
577 s->code = NOP; in vstore()
640 while (s != 0 && s->s.code == NOP) in this_op()
777 s->s.code = NOP; in opt_peep()
778 add->s.code = NOP; in opt_peep()
779 tax->s.code = NOP; in opt_peep()
809 last->s.code = NOP; in opt_peep()
821 last->s.code = NOP; in opt_peep()
833 last->s.code = NOP; in opt_peep()
848 last->s.code = NOP; in opt_peep()
994 s->code = NOP; in opt_stmt()
1057 s->code = NOP; in opt_stmt()
1120 last[atom]->code = NOP; in deadstmt()
1141 last[atom]->code = NOP; in opt_deadstores()
1733 while (x && x->s.code == NOP) in eq_slist()
1735 while (y && y->s.code == NOP) in eq_slist()
1822 if (s->s.code != NOP) in slength()
2038 if (src->s.code == NOP) in convert_code_r()