Searched refs:Intfs (Results 1 – 2 of 2) sorted by relevance
213 SmallVector<const LiveInterval *, 8> Intfs; in spillInterferences() local221 Intfs.push_back(Intf); in spillInterferences()226 assert(!Intfs.empty() && "expected interference"); in spillInterferences()229 for (unsigned i = 0, e = Intfs.size(); i != e; ++i) { in spillInterferences()230 const LiveInterval &Spill = *Intfs[i]; in spillInterferences()
489 SmallVector<const LiveInterval *, 8> Intfs; in evictInterference() local497 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()501 for (const LiveInterval *Intf : Intfs) { in evictInterference()