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

References

lib/Target/Hexagon/HexagonBlockRanges.cpp
  435   auto addDeadRanges = [&IndexMap,&LiveMap,&DeadMap] (RegisterRef R) -> void {
  447       IndexType DE = IndexMap.getPrevIndex(A->start());
  456       IndexType DS = IndexMap.getNextIndex(AE);
  458       IndexType DE = IndexMap.getPrevIndex(A->start());
  466       IndexType DS = IndexMap.getNextIndex(ZE);
  472   MachineFunction &MF = *IndexMap.getBlock().getParent();