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

References

lib/Target/AArch64/AArch64PromoteConstant.cpp
  525   for (auto U = Updates.begin(), E = Updates.end(); U != E;) {
  527     auto First = U;
  531       computeInsertionPoint(U->User, U->Op, InsertPts);
  531       computeInsertionPoint(U->User, U->Op, InsertPts);
  532     } while (++U != E && U->C == C);
  532     } while (++U != E && U->C == C);