Add support for getSUTopoIndex to ScheduleDAGTopologicalSort.
Node2Index is a topological sort on the SUs.
getSUTopoIndex returns Node2Index[SU->NodeNum] (when not boundary SU),
which is the topological index in the topological sort of ScheduleDAGTopologicalSort.
I would like to use Node2Index in my updated register tracking for D31124.