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

References

lib/Transforms/Scalar/SROA.cpp
  397   bool empty() const { return SI == SJ; }
  409   iterator end() const { return SJ; }
  500     if (P.SI != P.SJ) {
  511       P.SI = P.SJ;
  538     ++P.SJ;
  549       while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) {
  549       while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) {
  550         if (!P.SJ->isSplittable())
  551           P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset());
  552         ++P.SJ;
  566     while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset &&
  566     while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset &&
  567            P.SJ->isSplittable()) {
  568       P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset());
  569       ++P.SJ;
  575     if (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) {
  575     if (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) {
  576       assert(!P.SJ->isSplittable());
  577       P.EndOffset = P.SJ->beginOffset();
  592       assert(P.SJ == RHS.P.SJ &&
  592       assert(P.SJ == RHS.P.SJ &&