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

References

lib/Target/Hexagon/HexagonBlockRanges.cpp
  189   if (Idx == IndexType::Exit)
  201   if (Idx == IndexType::Exit || Idx == Last)
  308       LU = IndexType::Exit;
  403     LastUse[R] = IndexType::Exit;
  438       DeadMap[R].add(IndexType::Entry, IndexType::Exit, false, false);
  464     if (Z->end() != IndexType::Exit) {
  467       if (DS < IndexType::Exit)
  468         DeadMap[R].add(DS, IndexType::Exit, false, false);
  499   if (Idx == HexagonBlockRanges::IndexType::Exit)
lib/Target/Hexagon/HexagonBlockRanges.h
  198   assert(Index != Exit);
  220   if (Index == Exit || Idx.Index == Entry)
  224   if (Index == Entry || Idx.Index == Exit)