Home | History | Annotate | Download | only in CodeGen

Lines Matching full:intfs

653   SmallVector<LiveInterval*, 8> Intfs;
658 Intfs.append(IVR.begin(), IVR.end());
662 for (unsigned i = 0, e = Intfs.size(); i != e; ++i) {
663 LiveInterval *Intf = Intfs[i];