Home | History | Annotate | Download | only in mips

Lines Matching refs:rep

132   LLabel* rep = replacement();
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation();
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {