Lines Matching full:matrix
40 "Live Register Matrix", false, false)
44 "Live Register Matrix", false, false)
61 if (NumRegUnits != Matrix.size())
63 Matrix.init(LIUAlloc, NumRegUnits);
71 for (unsigned i = 0, e = Matrix.size(); i != e; ++i) {
72 Matrix[i].clear();
113 Matrix[Unit].unify(VirtReg, Range);
130 Matrix[Unit].extract(VirtReg, Range);
140 if (!Matrix[Unit].empty())
181 Q.init(UserTag, LR, Matrix[RegUnit]);
199 // Check the matrix for virtual register interference.
233 Q.reset(UserTag, LR, Matrix[Unit]);
243 if ((VRegInterval = Matrix[Unit].getOneVReg()))