Searched refs:Orphans (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.cpp235 SmallPtrSet<CodeGenRegister*, 8> Orphans; local
237 // Clone inherited subregs and place duplicate entries in Orphans.
246 Orphans.insert(SI->second);
270 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
278 // Now Orphans contains the inherited subregisters without a direct index.
294 while (!Indices.empty() && !Orphans.empty()) {
300 if (Orphans.erase(SI->second))

Completed in 80 milliseconds