Move‐construct a LiveRegMatrix.

Synopsis

Declared in <llvm/CodeGen/LiveRegMatrix.h>

constexpr
LiveRegMatrix(LiveRegMatrix&& Other) = default;

Parameters

Name

Description

Other

Matrix to move from.

Created with MrDocs