Searched refs:InstWorkList (Results 1 – 3 of 3) sorted by relevance
86 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()
122 std::vector<Instruction *> InstWorkList; // Worklist of insts to process. variable
200 SmallVector<Value*, 64> InstWorkList; member in __anonc737ea630211::SCCPSolver315 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()