Stack slot LiveIntervals

Given a stack slot's LiveInterval, is there any way to find all of the
places it's defined? It appears as though the LiveInterval only has one
value number, even if multiple instructions define the stack slot.

Is there any way to find all of the places where a stack slot is
defined, short of iterating through the whole MachineFunction and
decoding target opcodes?

                             -David