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

References

lib/ProfileData/Coverage/CoverageMapping.cpp
  537     for (auto I = Regions.begin() + 1; I != End; ++I) {
  537     for (auto I = Regions.begin() + 1; I != End; ++I) {
  538       if (Active->startLoc() != I->startLoc() ||
  539           Active->endLoc() != I->endLoc()) {
  542         if (Active != I)
  543           *Active = *I;
  558       if (I->Kind == Active->Kind)
  559         Active->ExecutionCount += I->ExecutionCount;