reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegisterCoalescer.cpp
 3575   const unsigned PrevSize = WorkList.size();
 3597           WorkList.push_back(&(*MII));
 3602     WorkList.append(GlobalTerminals.begin(), GlobalTerminals.end());
 3611           WorkList.push_back(&MII);
 3614     WorkList.append(Terminals.begin(), Terminals.end());
 3620     CurrList(WorkList.begin() + PrevSize, WorkList.end());
 3620     CurrList(WorkList.begin() + PrevSize, WorkList.end());
 3622     WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(),
 3622     WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(),
 3622     WorkList.erase(std::remove(WorkList.begin() + PrevSize, WorkList.end(),
 3623                                nullptr), WorkList.end());
 3630       WorkList.push_back(LocalWorkList[j]);
 3637   assert(WorkList.empty() && LocalWorkList.empty() && "Old data still around.");
 3663   while (copyCoalesceWorkList(WorkList))
 3670   WorkList.clear();