Lines Matching refs:NOP
190 #define NOP -1 macro
509 if (c == NOP) in atomuse()
552 if (s->code == NOP) in atomdef()
593 if (s->s.code == NOP) in compute_local_ud()
715 s->code = NOP; in vstore()
816 while (s != 0 && s->s.code == NOP) in this_op()
953 s->s.code = NOP; in opt_peep()
954 add->s.code = NOP; in opt_peep()
955 tax->s.code = NOP; in opt_peep()
985 last->s.code = NOP; in opt_peep()
997 last->s.code = NOP; in opt_peep()
1009 last->s.code = NOP; in opt_peep()
1024 last->s.code = NOP; in opt_peep()
1196 s->code = NOP; in opt_stmt()
1277 s->code = NOP; in opt_stmt()
1340 last[atom]->code = NOP; in deadstmt()
1361 last[atom]->code = NOP; in opt_deadstores()
1960 while (x && x->s.code == NOP) in eq_slist()
1962 while (y && y->s.code == NOP) in eq_slist()
2067 if (s->s.code != NOP) in slength()
2290 if (src->s.code == NOP) in convert_code_r()