Lines Matching defs:new_rep
83 Representation new_rep = RepresentationFromInputs();
84 UpdateRepresentation(new_rep, h_infer, "inputs");
85 new_rep = RepresentationFromUses();
86 UpdateRepresentation(new_rep, h_infer, "uses");
126 void HValue::UpdateRepresentation(Representation new_rep,
130 if (new_rep.is_more_general_than(r)) {
131 if (CheckFlag(kCannotBeTagged) && new_rep.IsTagged()) return;
134 id(), Mnemonic(), r.Mnemonic(), new_rep.Mnemonic(), reason);
136 ChangeRepresentation(new_rep);
2742 Representation new_rep = RepresentationFromInputs();
2743 UpdateRepresentation(new_rep, h_infer, "inputs");
2751 new_rep = RepresentationFromUses();
2752 UpdateRepresentation(new_rep, h_infer, "uses");
2754 new_rep = RepresentationFromOutput();
2755 UpdateRepresentation(new_rep, h_infer, "output");
2809 Representation new_rep = RepresentationFromInputs();
2810 UpdateRepresentation(new_rep, h_infer, "inputs");
4150 Representation new_rep = RepresentationFromInputs();
4151 UpdateRepresentation(new_rep, h_infer, "inputs");
4152 new_rep = RepresentationFromUses();
4153 UpdateRepresentation(new_rep, h_infer, "uses");
4154 new_rep = RepresentationFromUseRequirements();
4155 UpdateRepresentation(new_rep, h_infer, "use requirements");