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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp290 SmallPtrSet<CodeGenRegister*, 8> Orphans; local
292 // Clone inherited subregs and place duplicate entries in Orphans.
300 Orphans.insert(SR.second);
324 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
332 // Now Orphans contains the inherited subregisters without a direct index.
348 while (!Indices.empty() && !Orphans.empty()) {
353 if (Orphans.erase(SubReg.second))

Completed in 104 milliseconds