Populate bundle descriptors and operand uses from Bundles.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

op_iterator
populateBundleOperandInfos(
    ArrayRef<OperandBundleDef> Bundles,
    unsigned int const BeginIndex);

Description

Each OperandBundleDef instance is tracked by a BundleOpInfo instance allocated in this instruction's descriptor.

Return Value

Iterator past the last installed bundle operand use.

Parameters

Name

Description

Bundles

Operand bundle definitions to install.

BeginIndex

Index in the Use list where bundle operands start.

Created with MrDocs