Home
last modified time | relevance | path

Searched refs:Intfs (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp211 SmallVector<const LiveInterval *, 8> Intfs; in spillInterferences() local
219 Intfs.push_back(Intf); in spillInterferences()
224 assert(!Intfs.empty() && "expected interference"); in spillInterferences()
227 for (const LiveInterval *Spill : Intfs) { in spillInterferences()
H A DRegAllocGreedy.cpp493 SmallVector<const LiveInterval *, 8> Intfs; in evictInterference() local
501 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()
505 for (const LiveInterval *Intf : Intfs) { in evictInterference()