Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp229 TodoList.clear(); in releaseMemory()
240 TodoList.clear(); in run()
241 TodoList.setUniverse(bundles->getNumBundles()); in run()
254 TodoList.insert(n); in activate()
360 nodes[n].getDissentingNeighbors(TodoList, nodes.get()); in update()
376 while(Limit-- > 0 && !TodoList.empty()) { in iterate()
377 unsigned n = TodoList.pop_back_val(); in iterate()
387 TodoList.clear(); in prepare()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSpillPlacement.h76 SparseSet<unsigned> TodoList; variable