LLVM 22.0.0git
LiveRegUnits.h File Reference

A set of register units. More...

Go to the source code of this file.

Classes

class  llvm::LiveRegUnits
 A set of register units used to track register liveness. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Functions

iterator_range< filter_iterator< ConstMIBundleOperands, bool(*)(const MachineOperand &)> > llvm::phys_regs_and_masks (const MachineInstr &MI)
 Returns an iterator range over all physical register and mask operands for MI and bundled instructions.

Detailed Description

A set of register units.

It is intended for register liveness tracking.

Definition in file LiveRegUnits.h.