Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SSAUpdateVRs

64     // SSAUpdateVRs - A list of virtual registers for which to update SSA form.
65 SmallVector<unsigned, 16> SSAUpdateVRs;
219 if (!SSAUpdateVRs.empty()) {
220 for (unsigned i = 0, e = SSAUpdateVRs.size(); i != e; ++i) {
221 unsigned VReg = SSAUpdateVRs[i];
262 SSAUpdateVRs.clear();
368 SSAUpdateVRs.push_back(OrigReg);