reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1253 auto MoveInstructions = [&i, &WorkList, this, InductionPHI, NewLatch]() { 1254 for (; i < WorkList.size(); i++) { 1257 Instruction *NewI = WorkList[i]->clone(); 1262 for (auto UI = WorkList[i]->use_begin(), UE = WorkList[i]->use_end(); 1262 for (auto UI = WorkList[i]->use_begin(), UE = WorkList[i]->use_end(); 1272 for (Value *Op : WorkList[i]->operands()) { 1278 WorkList.insert(OpI); 1288 WorkList.insert(CondI); 1290 WorkList.insert(cast<Instruction>(InnerIndexVar));