Searched refs:Intfs (Results 1 – 2 of 2) sorted by relevance
211 SmallVector<const LiveInterval *, 8> Intfs; in spillInterferences() local219 Intfs.push_back(Intf); in spillInterferences()224 assert(!Intfs.empty() && "expected interference"); in spillInterferences()227 for (const LiveInterval *Spill : Intfs) { in spillInterferences()
493 SmallVector<const LiveInterval *, 8> Intfs; in evictInterference() local501 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()505 for (const LiveInterval *Intf : Intfs) { in evictInterference()