Map from relocated IR values to their statepoint relocation records.
Declared in <llvm/CodeGen/FunctionLoweringInfo.h>
using StatepointSpillMapTy = DenseMap<Value const*, StatepointRelocationRecord>;
Keep track of each value which was relocated and the strategy used to relocate that value. This information is required when visiting gc.relocates which may appear in following blocks.