Searched refs:InstWorkList (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DSparsePropagation.cpp86 InstWorkList.push_back(&Inst);
297 while (!BBWorkList.empty() || !InstWorkList.empty()) {
299 while (!InstWorkList.empty()) {
300 Instruction *I = InstWorkList.back();
301 InstWorkList.pop_back();
/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:__anon11070::SCCPSolver
314 InstWorkList.push_back(V);
330 InstWorkList.push_back(V);
1175 while (!BBWorkList.empty() || !InstWorkList.empty() ||
1197 while (!InstWorkList.empty()) {
1198 Value *I = InstWorkList.pop_back_val();

Completed in 99 milliseconds