Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp215 SmallVector<LiveInterval*, 8> Intfs; in spillInterferences() local
225 Intfs.push_back(Intf); in spillInterferences()
230 assert(!Intfs.empty() && "expected interference"); in spillInterferences()
233 for (unsigned i = 0, e = Intfs.size(); i != e; ++i) { in spillInterferences()
234 LiveInterval &Spill = *Intfs[i]; in spillInterferences()
H A DRegAllocGreedy.cpp1125 SmallVector<LiveInterval*, 8> Intfs; in evictInterference() local
1134 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()
1138 for (LiveInterval *Intf : Intfs) { in evictInterference()