enum MachineInstr::QueryType
Description
API for querying MachineInstr properties. They are the same as MCInstrDesc queries but they are bundle aware.
Declared at: llvm/include/llvm/CodeGen/MachineInstr.h:624
Enumerators
Name | Value | Comment |
---|---|---|
IgnoreBundle | 0 | |
AnyInBundle | 1 | |
AllInBundle | 2 |