LLVM 20.0.0git
|
VRegRenamer - This class is used for renaming vregs in a machine basic block according to semantics of the instruction. More...
#include "CodeGen/MIRVRegNamerUtils.h"
Public Member Functions | |
VRegRenamer ()=delete | |
VRegRenamer (MachineRegisterInfo &MRI) | |
bool | renameVRegs (MachineBasicBlock *MBB, unsigned BBNum) |
Same as the above, but sets a BBNum depending on BB traversal that will be used as prefix for the vreg names. | |
VRegRenamer - This class is used for renaming vregs in a machine basic block according to semantics of the instruction.
Definition at line 34 of file MIRVRegNamerUtils.h.
|
delete |
|
inline |
Definition at line 85 of file MIRVRegNamerUtils.h.
References MRI.
|
inline |
Same as the above, but sets a BBNum depending on BB traversal that will be used as prefix for the vreg names.
Definition at line 89 of file MIRVRegNamerUtils.h.
References MBB.
Referenced by runOnBasicBlock().