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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp99 SmallVector<MachineInstr*, 8> LocalWorkList; member in class:__anon21179::RegisterCoalescer
117 /// coalesceLocals - coalesce the LocalWorkList.
2126 LocalWorkList.push_back(&(*MII));
2148 copyCoalesceWorkList(LocalWorkList);
2149 for (unsigned j = 0, je = LocalWorkList.size(); j != je; ++j) {
2150 if (LocalWorkList[j])
2151 WorkList.push_back(LocalWorkList[j]);
2153 LocalWorkList.clear();
2158 assert(WorkList.empty() && LocalWorkList.empty() && "Old data still around.");

Completed in 727 milliseconds