Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSpillPlacement.cpp198 TodoList.clear(); in runOnMachineFunction()
199 TodoList.setUniverse(bundles->getNumBundles()); in runOnMachineFunction()
217 TodoList.clear(); in releaseMemory()
222 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()
HDSpillPlacement.h68 SparseSet<unsigned> TodoList; variable