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

References

lib/Transforms/Scalar/MemCpyOptimizer.cpp
  195   int64_t End = Start+Size;
  198       Ranges, [=](const MemsetRange &O) { return O.End < Start; });
  205     R.Start        = Start;
  218   if (I->Start <= Start && I->End >= End)
  227   if (Start < I->Start) {
  228     I->Start = Start;