HomeSort by relevance Sort by last modified time
    Searched refs:Orphans (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 236 SmallPtrSet<CodeGenRegister*, 8> Orphans;
238 // Clone inherited subregs and place duplicate entries in Orphans.
247 Orphans.insert(SI->second);
271 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
279 // Now Orphans contains the inherited subregisters without a direct index.
295 while (!Indices.empty() && !Orphans.empty()) {
301 if (Orphans.erase(SI->second))
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 50 milliseconds