Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp213 SmallVector<const LiveInterval *, 8> Intfs; in spillInterferences() local
221 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()
H A DRegAllocGreedy.cpp489 SmallVector<const LiveInterval *, 8> Intfs; in evictInterference() local
497 Intfs.append(IVR.begin(), IVR.end()); in evictInterference()
501 for (const LiveInterval *Intf : Intfs) { in evictInterference()