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

References

lib/CodeGen/RegisterCoalescer.cpp
 3592           LocalWorkList.push_back(&(*MII));
 3601     LocalWorkList.append(LocalTerminals.begin(), LocalTerminals.end());
 3627   copyCoalesceWorkList(LocalWorkList);
 3628   for (unsigned j = 0, je = LocalWorkList.size(); j != je; ++j) {
 3629     if (LocalWorkList[j])
 3630       WorkList.push_back(LocalWorkList[j]);
 3632   LocalWorkList.clear();
 3637   assert(WorkList.empty() && LocalWorkList.empty() && "Old data still around.");