Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DSparsePropagation.cpp86 InstWorkList.push_back(&Inst); in UpdateState()
297 while (!BBWorkList.empty() || !InstWorkList.empty()) { in Solve()
299 while (!InstWorkList.empty()) { in Solve()
300 Instruction *I = InstWorkList.back(); in Solve()
301 InstWorkList.pop_back(); in Solve()
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process. variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp199 SmallVector<Value*, 64> InstWorkList; member in __anon10360b9e0211::SCCPSolver
314 InstWorkList.push_back(V); in markConstant()
330 InstWorkList.push_back(V); in markForcedConstant()
1175 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1197 while (!InstWorkList.empty()) { in Solve()
1198 Value *I = InstWorkList.pop_back_val(); in Solve()