Searched refs:InstWorkList (Results 1 – 7 of 7) 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()
85 InstWorkList.push_back(&Inst); in UpdateState()296 while (!BBWorkList.empty() || !InstWorkList.empty()) { in Solve()298 while (!InstWorkList.empty()) { in Solve()299 Instruction *I = InstWorkList.back(); in Solve()300 InstWorkList.pop_back(); in Solve()
125 std::vector<Instruction*> InstWorkList; // Worklist of insts to process. variable
123 std::vector<Instruction *> InstWorkList; // Worklist of insts to process. variable
199 SmallVector<Value*, 64> InstWorkList; member in __anon967d13930211::SCCPSolver323 InstWorkList.push_back(V); in markConstant()339 InstWorkList.push_back(V); in markForcedConstant()1352 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1375 while (!InstWorkList.empty()) { in Solve()1376 Value *I = InstWorkList.pop_back_val(); in Solve()
239 SmallVector<Value *, 64> InstWorkList; member in __anonf4e4c9bf0111::SCCPSolver405 InstWorkList.push_back(V); in pushToWorkList()1225 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1247 while (!InstWorkList.empty()) { in Solve()1248 Value *I = InstWorkList.pop_back_val(); in Solve()
202 SmallVector<Value*, 64> InstWorkList; member in __anon8a523c670211::SCCPSolver323 InstWorkList.push_back(V); in pushToWorkList()1168 while (!BBWorkList.empty() || !InstWorkList.empty() || in Solve()1190 while (!InstWorkList.empty()) { in Solve()1191 Value *I = InstWorkList.pop_back_val(); in Solve()