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.h122 std::vector<Instruction *> InstWorkList; // Worklist of insts to process. variable
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp200 SmallVector<Value*, 64> InstWorkList; member in __anonc737ea630211::SCCPSolver
315 InstWorkList.push_back(V); in markConstant()
331 InstWorkList.push_back(V); in markForcedConstant()
1183 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()
1205 while (!InstWorkList.empty()) { in Solve()
1206 Value *I = InstWorkList.pop_back_val(); in Solve()