LLVM 19.0.0git
Macros | Functions | Variables
RenameIndependentSubregs.cpp File Reference
#include "LiveRangeUtils.h"
#include "PHIEliminationUtils.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/InitializePasses.h"
#include "llvm/Pass.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "rename-independent-subregs"
 

Functions

 INITIALIZE_PASS_BEGIN (RenameIndependentSubregs, DEBUG_TYPE, "Rename Independent Subregisters", false, false) INITIALIZE_PASS_END(RenameIndependentSubregs
 
static bool subRangeLiveAt (const LiveInterval &LI, SlotIndex Pos)
 

Variables

 DEBUG_TYPE
 
Rename Independent Subregisters
 
Rename Independent false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "rename-independent-subregs"

Definition at line 42 of file RenameIndependentSubregs.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( RenameIndependentSubregs  ,
DEBUG_TYPE  ,
"Rename Independent Subregisters"  ,
false  ,
false   
)

◆ subRangeLiveAt()

static bool subRangeLiveAt ( const LiveInterval LI,
SlotIndex  Pos 
)
static

Variable Documentation

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 119 of file RenameIndependentSubregs.cpp.

◆ false

Rename Independent false

Definition at line 120 of file RenameIndependentSubregs.cpp.

◆ Subregisters

Rename Independent Subregisters

Definition at line 120 of file RenameIndependentSubregs.cpp.