Searched defs:InstWorkList (Results 1 - 2 of 2) sorted by path

/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process. member in class:llvm::SparseSolver
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp199 SmallVector<Value*, 64> InstWorkList; member in class:__anon26321::SCCPSolver
313 InstWorkList.push_back(V);
329 InstWorkList.push_back(V);
1170 while (!BBWorkList.empty() || !InstWorkList.empty() ||
1192 while (!InstWorkList.empty()) {
1193 Value *I = InstWorkList.pop_back_val();

Completed in 1925 milliseconds