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

/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp58 std::vector<Constant *> Todo; local
60 Todo.push_back(I);
62 while (!Todo.empty()) {
63 Constant *V = Todo.back();
64 Todo.pop_back();
76 Todo.push_back(C);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp731 BitVector Todo = SA->getThroughBlocks();
750 if (!Todo.test(Block))
752 Todo.reset(Block);
983 BitVector Todo = SA->getThroughBlocks();
987 if (!Todo.test(Number))
989 Todo.reset(Number);

Completed in 113 milliseconds