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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp204 TodoList.clear();
205 TodoList.setUniverse(bundles->getNumBundles());
223 TodoList.clear();
228 TodoList.insert(n);
336 nodes[n].getDissentingNeighbors(TodoList, nodes);
352 while(Limit-- > 0 && !TodoList.empty()) {
353 unsigned n = TodoList.pop_back_val();
363 TodoList.clear();
H A DSpillPlacement.h70 SparseSet<unsigned> TodoList; member in class:llvm::SpillPlacement

Completed in 162 milliseconds