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 242 SmallPtrSet<CodeGenRegister*, 8> Orphans;
244 // Clone inherited subregs and place duplicate entries in Orphans.
253 Orphans.insert(SI->second);
277 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
285 // Now Orphans contains the inherited subregisters without a direct index.
301 while (!Indices.empty() && !Orphans.empty()) {
307 if (Orphans.erase(SI->second))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2394 Orphans orphans; local
    [all...]

Completed in 908 milliseconds