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

References

lib/Analysis/BlockFrequencyInfoImpl.cpp
  164   for (WeightList::const_iterator I = O, L = O, E = Weights.end(); I != E;
  164   for (WeightList::const_iterator I = O, L = O, E = Weights.end(); I != E;
  165        ++O, (I = L)) {
  166     *O = *I;
  170       combineWeight(*O, *L);
  174   Weights.erase(O, Weights.end());