Home | History | Annotate | Download | only in ia32

Lines Matching refs:rep

129   LLabel* rep = replacement();
130 if (rep != NULL) {
131 stream->Add(" Dead block replaced with B%d", rep->block_id());
1057 Representation rep = value->representation();
1059 if (!rep.IsTagged() || type.IsSmi() || type.IsBoolean()) {