Searched refs:PartialDefs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp724 SmallVector<unsigned, 8> PartialDefs; local
746 PartialDefs.push_back(LRI->PhysReg);
777 // Also mark PartialDefs as used to avoid reallocation.
778 for (unsigned i = 0, e = PartialDefs.size(); i != e; ++i)
779 markRegUsedInInstr(PartialDefs[i]);

Completed in 59 milliseconds