CIRCT 20.0.0git
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
LinearScanRegisterAllocationPass.cpp File Reference
#include "circt/Dialect/RTG/IR/RTGISAAssemblyOpInterfaces.h"
#include "circt/Dialect/RTG/IR/RTGOps.h"
#include "circt/Dialect/RTG/Transforms/RTGPasses.h"
#include "mlir/IR/PatternMatch.h"
#include "llvm/Support/Debug.h"
#include "circt/Dialect/RTG/Transforms/RTGPasses.h.inc"
Include dependency graph for LinearScanRegisterAllocationPass.cpp:

Go to the source code of this file.

Namespaces

namespace  circt
 The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
 
namespace  circt::rtg
 

Macros

#define GEN_PASS_DEF_LINEARSCANREGISTERALLOCATIONPASS
 
#define DEBUG_TYPE   "rtg-linear-scan-register-allocation"
 

Functions

static void expireOldInterval (SmallVector< RegisterLiveRange * > &active, RegisterLiveRange *reg)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "rtg-linear-scan-register-allocation"

Definition at line 29 of file LinearScanRegisterAllocationPass.cpp.

◆ GEN_PASS_DEF_LINEARSCANREGISTERALLOCATIONPASS

#define GEN_PASS_DEF_LINEARSCANREGISTERALLOCATIONPASS

Definition at line 21 of file LinearScanRegisterAllocationPass.cpp.

Function Documentation

◆ expireOldInterval()

static void expireOldInterval ( SmallVector< RegisterLiveRange * > &  active,
RegisterLiveRange *  reg 
)
static

Definition at line 50 of file LinearScanRegisterAllocationPass.cpp.