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

References

lib/CodeGen/LiveInterval.cpp
  666     OutIt->valno = NewVNInfo[LHSValNoAssignments[OutIt->valno->id]];
  666     OutIt->valno = NewVNInfo[LHSValNoAssignments[OutIt->valno->id]];
  667     for (iterator I = std::next(OutIt), E = end(); I != E; ++I) {
  674       if (OutIt->valno == nextValNo && OutIt->end == I->start) {
  674       if (OutIt->valno == nextValNo && OutIt->end == I->start) {
  675         OutIt->end = I->end;
  678         ++OutIt;
  679         OutIt->valno = nextValNo;
  680         if (OutIt != I) {
  681           OutIt->start = I->start;
  682           OutIt->end = I->end;
  687     ++OutIt;
  688     segments.erase(OutIt, end());