Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PartialDefs

746   SmallVector<unsigned, 8> PartialDefs;
768 PartialDefs.push_back(LRI->PhysReg);
799 // Also mark PartialDefs as used to avoid reallocation.
800 for (unsigned i = 0, e = PartialDefs.size(); i != e; ++i)
801 markRegUsedInInstr(PartialDefs[i]);