llvm::FunctionLoweringInfo::StatepointSpillMapTy

Map from relocated IR values to their statepoint relocation records.

Synopsis

Declared in <llvm/CodeGen/FunctionLoweringInfo.h>

using StatepointSpillMapTy = DenseMap<Value const*, StatepointRelocationRecord>;

Description

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.