reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopInterchange.cpp
 1253     auto MoveInstructions = [&i, &WorkList, this, InductionPHI, NewLatch]() {
 1254       for (; i < WorkList.size(); i++) {
 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()) {