How property queries treat instruction bundles.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

enum QueryType;

Members

Name

Description

IgnoreBundle

Ignore bundling; query only this instruction.

AnyInBundle

Return true if any instruction in the bundle has the property.

AllInBundle

Return true if all instructions in the bundle have the property.

Created with MrDocs