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

Declarations

lib/Target/Hexagon/HexagonBlockRanges.h
   60     bool operator== (IndexType Idx) const;

References

lib/Target/Hexagon/HexagonBlockRanges.cpp
   37   if (AS == S)
   39   bool SbAE = (S < AE) || (S == AE && A.TiedEnd);  // S-before-AE.
   40   bool ASbE = (AS < E) || (AS == E && TiedEnd);    // AS-before-E.
   60   assert(end() == A.start() || overlaps(A));
   68     if (end() == AE)
   94     bool Merge = MergeAdjacent && (Iter->end() == Next->start());
  191   if (Idx == First)
  201   if (Idx == IndexType::Exit || Idx == Last)
  524     OS << Idx << (Idx == M.Last ? ". " : "  ") << In;
lib/Target/Hexagon/HexagonBlockRanges.h
  231   return operator==(Idx) || operator<(Idx);
usr/include/c++/7.4.0/bits/stl_pair.h
  449     { return __x.first == __y.first && __x.second == __y.second; }
  449     { return __x.first == __y.first && __x.second == __y.second; }