Searched refs:Intfs (Results 1 – 2 of 2) sorted by relevance
214 SmallVector<const LiveInterval *, 8> Intfs; in spillInterferences() local222 Intfs.push_back(Intf); in spillInterferences()227 assert(!Intfs.empty() && "expected interference"); in spillInterferences()230 for (const LiveInterval *Spill : Intfs) { in spillInterferences()
627 SmallVector<const LiveInterval *, 8> Intfs; in evictInterference() local635 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()639 for (const LiveInterval *Intf : Intfs) { in evictInterference()