Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSpillPlacement.cpp200 TodoList.clear(); in runOnMachineFunction()
201 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction()
219 TodoList.clear(); in releaseMemory()
224 TodoList.insert(n); in activate()
328 nodes[n].getDissentingNeighbors(TodoList, nodes); in update()
344 while(Limit-- > 0 && !TodoList.empty()) { in iterate()
345 unsigned n = TodoList.pop_back_val(); in iterate()
355 TodoList.clear(); in prepare()
DSpillPlacement.h70 SparseSet<unsigned> TodoList; variable