HomeSort by: relevance | last modified time | path
    Searched refs:TodoList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.cpp 200 TodoList.clear();
201 TodoList.setUniverse(bundles->getNumBundles());
219 TodoList.clear();
224 TodoList.insert(n);
328 nodes[n].getDissentingNeighbors(TodoList, nodes);
335 // We do not need to push those node in the todolist.
339 // Since the last iteration, the todolist have been augmented by calls
342 // The call to ::update will add the nodes that changed into the todolist.
344 while(Limit-- > 0 && !TodoList.empty()) {
345 unsigned n = TodoList.pop_back_val()
    [all...]
SpillPlacement.h 70 SparseSet<unsigned> TodoList;

Completed in 29 milliseconds