How property queries treat instruction bundles.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
enum QueryType;
Members
Name |
Description |
|
Ignore bundling; query only this instruction. |
|
Return true if any instruction in the bundle has the property. |
|
Return true if all instructions in the bundle have the property. |
Created with MrDocs