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()
125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process. variable
199 SmallVector<Value*, 64> InstWorkList; member in __anon10360b9e0211::SCCPSolver314 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()